-
Notifications
You must be signed in to change notification settings - Fork 15
Comparing changes
Open a pull request
base repository: fktn-k/fkYAML
base: v0.4.0
head repository: fktn-k/fkYAML
compare: v0.4.1
- 20 commits
- 521 files changed
- 2 contributors
Commits on Dec 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fdebe8 - Browse repository at this point
Copy the full SHA 0fdebe8View commit details
Commits on Dec 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b8f925 - Browse repository at this point
Copy the full SHA 2b8f925View commit details
Commits on Dec 15, 2024
-
Add get_value_inplace API to basic_node (#443)
* added get_value_inplace() to basic_node * updated API documentation contents * fixed some typos in doc * added link to the documentation page for get_value_inplace() * fixed error in building test suite with older compilers * added test case for get_value_inplace * fixed issue reported from codacy
Configuration menu - View commit details
-
Copy full SHA for 5aaa028 - Browse repository at this point
Copy the full SHA 5aaa028View commit details
Commits on Dec 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec133cd - Browse repository at this point
Copy the full SHA ec133cdView commit details
Commits on Dec 17, 2024
-
Revise the contents of API References (#445)
* updated mkdocs-material & mkdocs-git-revision-date-localized-plugin * updated copyright year in the license files * restructured document pages * revised documentation contents in the API references section * organized structure of documentation contents in the API references section * added top page & reordered documentation pages in the API references section
Configuration menu - View commit details
-
Copy full SHA for 4361556 - Browse repository at this point
Copy the full SHA 4361556View commit details
Commits on Dec 18, 2024
-
Update workflow jobs for release artifacts (#447)
* update workflow jobs for release artifacts * change extension: tar.gz -> tgz
Configuration menu - View commit details
-
Copy full SHA for b43c4cf - Browse repository at this point
Copy the full SHA b43c4cfView commit details
Commits on Dec 21, 2024
-
Optimize lexer implementation (#448)
* do not create a temporal, redundant lexical_token object * search plain scalar contents for flow indicators only within a flow context * modified validation of scalar contents * reduced redundant calls in lexer * updated benchmark results * fixed a clang-tidy error
Configuration menu - View commit details
-
Copy full SHA for 43a1884 - Browse repository at this point
Copy the full SHA 43a1884View commit details
Commits on Dec 23, 2024
-
Emit an error if ":" is missing after a mapping key (#450)
* emit errors if ":" is missing after a mapping key * generalized codes to move back to a parent node with target indentation * disable clang-tidy check (bugprone-easily-swappable-parameters) * added test cases & addressed coverage loss
Configuration menu - View commit details
-
Copy full SHA for 7d9e702 - Browse repository at this point
Copy the full SHA 7d9e702View commit details
Commits on Dec 29, 2024
-
Fix bad indentation detection for block collection entries (#451)
* detect bad indentation at block mapping entries * improved parse context management * detect error on too much indented block sequence entries * added test cases * fixed clang-tidy error * addressed coverage loss * run amalgamation * deleted unused lambda capture in the deserializer
Configuration menu - View commit details
-
Copy full SHA for 08462e2 - Browse repository at this point
Copy the full SHA 08462e2View commit details
Commits on Jan 2, 2025
-
Update copyright year and directory structure (#452)
* updated copyright year * rename: test -> tests, tool -> tools * moved files for documentation * moved project documentation files to the .github directory * fixed path for coverage * fixed paths in the script files
Configuration menu - View commit details
-
Copy full SHA for 8633c19 - Browse repository at this point
Copy the full SHA 8633c19View commit details -
Fix invalid paths for documentation & other tools (#453)
* fixed paths for publishing documentation * fixed filtering paths for workflow triggers * updated path for the reuse tool
Configuration menu - View commit details
-
Copy full SHA for 859389e - Browse repository at this point
Copy the full SHA 859389eView commit details
Commits on Jan 6, 2025
-
fix: Fixed a bug where serialize didn't write out empty vectors and m…
…appings in a correct way (#456) * fix: Fixed a bug where serialize didn't write out empty vectors and mappings in a correct way. I have not added a test case, but I tested it in my code and it behaved as expected. Adding a test case at some point would be good.
Configuration menu - View commit details
-
Copy full SHA for c15d671 - Browse repository at this point
Copy the full SHA c15d671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 559f6a3 - Browse repository at this point
Copy the full SHA 559f6a3View commit details -
Add test cases for serializing empty collection nodes (#457)
* added test cases for serializing empty collection nodes * modified serializer impl to address coverage loss
Configuration menu - View commit details
-
Copy full SHA for 71fa437 - Browse repository at this point
Copy the full SHA 71fa437View commit details
Commits on Jan 7, 2025
-
Mapping key/value access in range based for loops (#458)
* allow access to iterator member functions in range-based for loops * updated documentation for map_items API * modified impl for serializing mappings * fixed duplication error in CMake build target names * added doxygen comments * fixed ci errors * added doxygen comments again
Configuration menu - View commit details
-
Copy full SHA for 36ca93e - Browse repository at this point
Copy the full SHA 36ca93eView commit details
Commits on Jan 9, 2025
-
Fix: made sure that empty documents just serialize to [] or {} (#460)
* Fix: made sure that empty documents just serialize to [] or {} * fixed tabs * fixed tabs again, missed a few ones
Configuration menu - View commit details
-
Copy full SHA for f6bae95 - Browse repository at this point
Copy the full SHA f6bae95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d5f1cc - Browse repository at this point
Copy the full SHA 6d5f1ccView commit details -
Add test cases for serializing root empty collections (#461)
* added test cases for serializing root empty collections * fixed path filtering in ubuntu.yml
Configuration menu - View commit details
-
Copy full SHA for 50f28a0 - Browse repository at this point
Copy the full SHA 50f28a0View commit details
Commits on Jan 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0d43eff - Browse repository at this point
Copy the full SHA 0d43effView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8517fb7 - Browse repository at this point
Copy the full SHA 8517fb7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.0...v0.4.1