Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nvim-neorocks/toml-edit.lua

Edit toml files while preserving whitespace and formatting from Lua.
https://github.com/nvim-neorocks/toml-edit.lua

chore(main): release 0.1.5

34f072d8ff054b3124d9d2efc0263028d7425525 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ci: disable luarocks test in tag-release workflow

9c4c28bb9f355e7ae7b861854d491c8dcc6b4af4 authored about 1 year ago by Marc Jakobi <[email protected]>
fix: support inline tables

f6731821282dbead2425215a82f3adec42fa71ac authored about 1 year ago by Marc Jakobi <[email protected]>
docs(readme): init

c9c618442e5065bd19fc4ffbd269d5697e83feda authored about 1 year ago by Marc Jakobi <[email protected]>
ci(nix): add simple spec + nix flake checks + github workflow

f19445379f1f95dfcda7a9ae43c820484c2bde0d authored about 1 year ago by Marc Jakobi <[email protected]>
build(nix): add nix flake with devShell and overlay

8f3724cd5f1500576b26b212565c4982055be66d authored about 1 year ago by Marc Jakobi <[email protected]>
chore(main): release 0.1.4

dfb3524f94a39c3b7c704b1d8bd866078bf16b39 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: remove warnings from code

04a262731a7e8676bcb0bc6a5ff4156dffe6a571 authored about 1 year ago by Vhyrro <[email protected]>
fix: fixes related to `nil` indexing and table initialization

f6efdab4ca6fab276f172060971781dc42a94f2d authored over 1 year ago by Vhyrro <[email protected]>
Create LICENSE

d2d710b42647b2332868b22abeb17fb63f260207 authored over 1 year ago by vhyrro <[email protected]>
chore(main): release 0.1.3

59c8d93a3302affe7be3c6ddd782fe8227bca1bd authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: add better error messages in __setindex, fix CI issues

efe2ce154dd4ed35e00a15a8e2cf0edd7406642b authored over 1 year ago by Vhyrro <[email protected]>
chore(main): release 0.1.2

81882cc03c3b81e40d3289dcc623f376cf618a44 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(ci): make luarocks workflow work

79b15f95da7467e57004ef02fe6b62158dbbc690 authored over 1 year ago by Vhyrro <[email protected]>
chore(main): release 0.1.1

ffceb0734b77af2de4c78b17902fce71a10f6dec authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: `unimplemented()` -> `todo()`

a40bf6de4d57a017f620fd6c163227dacc75b4c6 authored over 1 year ago by Vhyrro <[email protected]>
ci: run workflows on new release instead of tag

eb3f7e117c62fc94b4838674a24f422fdcf3afad authored over 1 year ago by Vhyrro <[email protected]>
chore(main): release 0.1.0

891b9d23ed827bf438cc0996910fce3b4cff84be authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ref: change package name to `toml-edit-lua`

0771c801a90431870d2ac85be186d8d40db97c46 authored over 1 year ago by Vhyrro <[email protected]>
ci: add workflows

4df89a58688e8557d24f51735b6db1be9591417d authored over 1 year ago by Vhyrro <[email protected]>
feat: add better error handling for __index metamethod

1cc2d4198d9ee9ccd7b8c8f2d9b3171b76a483d6 authored over 1 year ago by Vhyrro <[email protected]>
feat: initial working commit

ff3f32d697782ba2d71522275887c49a348af0dc authored over 1 year ago by Vhyrro <[email protected]>
refactor!: do not error when a key is not found, simply return `nil`

4214ec610a28660c01340a008f8217fa423cc880 authored over 1 year ago by Vhyrro <[email protected]>
feat: support `None` items, don't use `return`s

3952fffdb7b5a40f5640deee2cb4e2c84d244fb4 authored over 1 year ago by Vhyrro <[email protected]>
feat: support arrays

03cbecce7274dc0026e6a7a3cdb743f1a1f195fa authored over 1 year ago by Vhyrro <[email protected]>
feat: add support for inline tables

48f5902a1a206b89b5af2b018e4aee7609589320 authored over 1 year ago by Vhyrro <[email protected]>
chore: remove TODO

9a54e79a78ac0edc3e29aeae80b513d404405081 authored over 1 year ago by Vhyrro <[email protected]>
refactor: replace `obj.content()` -> `tostring(obj)`

ae7f29efec25990448aba5359e7d20b24c77b851 authored over 1 year ago by Vhyrro <[email protected]>
fix: rename rockspec to proper format

28c1b638ab8507e0af9955fe31d2a7cd7511828e authored over 1 year ago by Vhyrro <[email protected]>
fix: change library name for mlua detection

71ae44241b7c51750ce70080270bad71c8d63577 authored over 1 year ago by Vhyrro <[email protected]>
feat: initial commit

9cbc4bf6900c1e963e64c6500111b2e792132884 authored over 1 year ago by Vhyrro <[email protected]>