Commit Graph

  • 7721c955b5 Export yaml specific exceptions that are part of API devel kdeme 2024-07-17 15:16:43 +0200
  • 25f600ebcd
    Fixed link to website in Readme Felix Krause 2024-06-26 11:04:34 +0200
  • cac1a3bd7c presenter: implicit check for dBlockInlineMap Felix Krause 2024-03-05 18:37:55 +0100
  • 48a90e36e8 fixes #141. Version 2.1.1 v2.1.1 master Felix Krause 2024-01-18 08:08:41 +0100
  • eee45683ea Simplified docs, fixed some links. v2.1.0 v2.1.0 Felix Krause 2023-12-30 16:37:02 +0100
  • cdbf426f6b Workaround for Nim regression #23112 Felix Krause 2023-12-30 16:06:41 +0100
  • c7e5a8aec9 fix previous commit Felix Krause 2023-12-09 10:20:40 +0100
  • 4e84186f93 Better error reporting for implicit pragma Felix Krause 2023-12-09 10:13:14 +0100
  • da5d37e437 Removed obsolete entries in config.nims Felix Krause 2023-12-09 09:51:17 +0100
  • c509953289 Documentation overhaul. Felix Krause 2023-11-27 23:05:05 +0100
  • bf87d508d0 Fixed presenter regarding new style annotations Felix Krause 2023-11-14 15:30:43 +0100
  • a698289223 New pragmas for customizing presentation Felix Krause 2023-11-11 15:36:10 +0100
  • 03c95da97c Presenter improvements and new features Felix Krause 2023-11-11 13:20:56 +0100
  • a2f289a8bc Improved documentation. Felix Krause 2023-11-10 21:24:04 +0100
  • fc9641aee9 CI: run all tests even if one fails Felix Krause 2023-11-07 22:54:43 +0100
  • 3d98b5ea22 don't present block scalars in flow collections Felix Krause 2023-11-07 22:48:42 +0100
  • 00387d955f Fixed parsing verbatim tags Felix Krause 2023-11-07 22:11:40 +0100
  • bf65a97cbe Fixed indentation problems when dumping Felix Krause 2023-11-07 21:55:13 +0100
  • 854d33378e fixes #101, minor improvements Felix Krause 2023-11-05 15:10:29 +0100
  • 624cbe59b3 Fixed the NixOS module for webdocs, try 2 v2.0.0 Felix Krause 2023-09-07 00:13:11 +0200
  • fcbeb66476 Fixed the NixOS module for webdocs Felix Krause 2023-09-07 00:13:11 +0200
  • 9ed6fd60f0 Final changes for NimYAML 2.0.0 Felix Krause 2023-09-06 23:59:40 +0200
  • fe4449aaec Fixed server, improved docs Felix Krause 2023-09-04 22:48:04 +0200
  • 879c7adfc0 Updated documentation. Fixed CI Felix Krause 2023-08-30 22:48:58 +0200
  • 1597efa90a Don't generate anchors at comptime when dumping Felix Krause 2023-08-30 21:40:20 +0200
  • f60725fc93 Made loading work at compile time Felix Krause 2023-08-30 21:14:31 +0200
  • d5aed71d38 Added raises annotations. Fixes #130 Felix Krause 2023-08-30 19:56:04 +0200
  • 940675a52e Reworked loading API Felix Krause 2023-08-29 23:23:15 +0200
  • 18fc8ba3f5 Reworked dumping API Felix Krause 2023-08-29 20:46:26 +0200
  • 189844a72b Rewrote large parts of presenter Felix Krause 2023-07-31 19:16:24 +0200
  • 84e59c16d4 fixed tjson to conform to new type hints Felix Krause 2023-04-10 17:18:14 +0200
  • ee7dc11a90
    Adapt type hinting to Yaml 1.2.2 (#132) theamarin 2023-04-10 17:17:03 +0200
  • 4bd8216bb1 Dump fields of parent types. ref #131 Felix Krause 2023-04-04 20:06:56 +0200
  • 576cf11d81 Can load fields of parent types. ref #131 Felix Krause 2023-04-04 19:29:20 +0200
  • 8e1b07975b Fixed a bug with objects with no fields Felix Krause 2023-03-18 14:50:38 +0100
  • 39444f6536 Consolidated exceptions Felix Krause 2023-03-18 13:54:45 +0100
  • f6e09ebb6a Fixed server to return proper error messages Felix Krause 2023-03-13 22:52:59 +0100
  • 034b9b8453 Reworked some exceptions and compiler warnings Felix Krause 2023-03-13 22:06:07 +0100
  • ab3ff9fad4 updated changelog & readme, v1.1.0 v1.1.0 Felix Krause 2023-03-10 22:56:27 +0100
  • 300dbce72a Updated test suite, fixed lexer issues Felix Krause 2023-03-10 22:21:18 +0100
  • f692a47820 Skip ignored nested collections. Fixes #127 Felix Krause 2023-03-10 19:57:21 +0100
  • 7dd8e88639 make nimyaml works with stricteffects xflywind 2022-10-14 22:26:39 +0800
  • 3e2f92c753 Fixed a bug in float deserialization. Felix Krause 2022-09-07 16:54:11 +0200
  • 7942e0a650 Fixed a bug in uint deserialization. Felix Krause 2022-09-07 16:50:45 +0200
  • 4ca3239e14 Fixed error handling for previous feature Felix Krause 2022-09-07 16:38:11 +0200
  • 7bd562e37e Fixes and improvements to DOM API. Felix Krause 2022-09-07 16:23:50 +0200
  • 5f7677d914 Improved presenter. Felix Krause 2022-09-07 15:11:59 +0200
  • a5552a1a18 replace shallowCopy for ARC/ORC xflywind 2022-08-29 21:11:11 +0800
  • c7d8aa6467 Change deprecated type pragma syntax metagn 2022-08-11 09:58:48 +0300
  • 947207dd02 added marks and styles to YamlNode Felix Krause 2022-08-02 19:46:58 +0200
  • be18033461 updated changelog & readme, v1.0.0 v1.0.0 Felix Krause 2022-07-10 23:24:25 +0200
  • 5a3aab9389
    Change logic to prevent early doc end state (#115) quantimnot 2022-07-10 12:14:07 -0400
  • 741fd18047 Deprecated DOM API, YamlNode now supported by serialization API Felix Krause 2022-06-05 12:27:19 +0200
  • 8993f928d4 properly handle comment after block scalars. fixes #106 Felix Krause 2022-06-04 23:14:28 +0200
  • 5aa39aa0f1 webdocs: have code always on left side in quickstart Felix Krause 2022-06-04 13:03:49 +0200
  • 1fe5991337 typo3 Felix Krause 2022-06-04 12:55:06 +0200
  • 674c64bc82 typo2 Felix Krause 2022-06-04 12:08:18 +0200
  • 3cb4c5910e typo Felix Krause 2022-06-04 12:07:18 +0200
  • d80b6fb52e improved webdocs; added nix flake for webdocs Felix Krause 2022-06-04 01:45:41 +0200
  • 89e18cebfa
    fix #105 flyx 2022-01-22 01:18:11 +0100
  • 27642432ca
    CI: test with Nim-1.6 (#2) nim-1-2-support Ștefan Talpalaru 2022-01-14 22:45:50 +0100
  • c9dcf7ff12
    CI: test with Nim-1.6 Ștefan Talpalaru 2022-01-14 22:05:14 +0100
  • e33c448783 up Readme, +funding, v0.16.0 v0.16.0 Felix Krause 2021-10-22 18:36:29 +0200
  • 75ed8e5be4
    Change serialization to omit `none(T)` fields of sparse objects (#100) quantimnot 2021-10-22 11:54:40 -0400
  • d704a8c6d7 fixed compiler warnings Felix Krause 2021-10-22 17:46:05 +0200
  • c681498701 updated tests, fixed problems Felix Krause 2021-10-22 17:42:48 +0200
  • c1cc0be3f3 fixed lexer errors discovered by new parser tests Felix Krause 2021-10-22 17:22:43 +0200
  • 386d516770 updated yaml-test-suite Felix Krause 2021-10-21 17:37:51 +0200
  • 8d15e6a79e Update .github/workflows/action.yml flywind 2021-09-03 16:04:51 +0800
  • 05a71993ed Update action.yml flywind 2021-07-21 19:08:02 +0800
  • 509862b88f Update action.yml flywind 2021-07-21 18:00:06 +0800
  • 4bb18907c3 Update action.yml flywind 2021-07-21 17:57:36 +0800
  • 4dfd00257e test flywind 2021-07-20 23:21:12 +0800
  • c701ea56f9 ci flywind 2021-07-20 23:18:53 +0800
  • ff5bc442de fix windows flywind 2021-07-20 23:09:49 +0800
  • d333d20ffb add ci flywind 2021-07-20 23:06:28 +0800
  • 10cc4d3026 repaired raise annotations in serialization. Fixes #99 Felix Krause 2021-09-06 12:37:19 +0200
  • 9916c340c1 made docs compile again Felix Krause 2021-05-18 01:01:30 +0200
  • 450e7f3e45 updated changelog & readme, removed travis, v0.15.0 v0.15.0 Felix Krause 2021-05-18 00:57:01 +0200
  • d20707c4e4 disable DOM API when using ARC (ref #85) Felix Krause 2021-05-18 00:42:58 +0200
  • 1346467b42 fixes #93 Felix Krause 2021-05-18 00:31:47 +0200
  • a72966374f fixes #90 Felix Krause 2021-05-18 00:28:24 +0200
  • f123924d32 fix for --gc:orc; some memory improvements Felix Krause 2021-05-17 23:51:35 +0200
  • a053947f53 server output fix Felix Krause 2021-05-17 20:33:05 +0200
  • 2b0e20abd0 fixed server to compile with current Nim Felix Krause 2021-05-17 19:50:10 +0200
  • 329e18e44c removed obsolete TagLibrary type. control tag directives when dumping. fixes #95 Felix Krause 2021-03-23 18:51:05 +0100
  • 03ecab0075
    fix bool serialization flyx 2021-03-23 13:20:48 +0100
  • 14bbbd9079
    CI: add NIM_COMMIT Ștefan Talpalaru 2021-03-03 14:27:38 +0100
  • ca82b5e884
    Merge pull request #1 from status-im/nim12devel Ștefan Talpalaru 2021-02-10 04:37:52 +0100
  • aeef2fbfe9
    CI fixes Ștefan Talpalaru 2021-02-09 02:10:34 +0100
  • 8db5824cae
    replace submodule with a copy Ștefan Talpalaru 2021-02-09 01:50:38 +0100
  • 8679901694
    Nim-1.2.x support Ștefan Talpalaru 2021-02-09 01:03:11 +0100
  • f4485a6abb
    GitHub Actions Ștefan Talpalaru 2021-02-08 23:10:04 +0100
  • c5e55c76f7
    fix submodule branch Ștefan Talpalaru 2021-02-08 23:32:09 +0100
  • b6591b4ca7
    Merge remote-tracking branch 'upstream/devel' into nim12devel Ștefan Talpalaru 2021-02-08 23:29:38 +0100
  • fcae534148 support -d:yamlDebug at CT Timothee Cour 2020-11-14 10:58:52 -0800
  • 45321cad13 fixes #39 Felix Krause 2020-11-10 22:12:09 +0100
  • f79774e766 updated raises annotations Felix Krause 2020-11-10 21:28:56 +0100
  • e3e810fce0 all tests green again Felix Krause 2020-11-10 19:07:46 +0100
  • 9d92e8a2c5 all serialization tests green again Felix Krause 2020-11-10 15:40:01 +0100