All notable changes to wsjcpp-yaml project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Downgrade min c++ standart to C++11
- Fixed #38: TODO escaping names
- Fixed #24: Auto detect quotes on setValue setName
- Fixed #30: fixing pushing after empty lines
- Migrated unit-tests.wsjcpp to ctest
- Fixed config for .github actions
- Fixed #35 Add valFloat / valDouble
- Start migrating tests to cmake tests
- Updated copyright
- Fix for c++ builder 12.2
- Make compatible code with compiler bcc32 C++ Builder
- Redesign unit-test from unit-tests.wsjcpp/src/unit_test_yaml_parser_comments.cpp to src/tests/test_parser_comments.cpp
- Removed .travis.yml
- Prepare tests for #33
- Make compatible code with
msvc2015x86 - Added script
msvc2015x86_build_simple.bat - All logging will be use a
IWsjcppYamlLog. Like ayaml.setLogger(pLogger);
- Fixed #29 Problem with lost empty line
- Fixed #27 renamed 'intent' to 'indent'