-
Make mapping values case insensitive -
Remove references to IDSs -
Replace reinterpret_cast with bit_cast(still exist in map_arguments.hpp) -
Replace boost::split with std::views::split - Switch from using std::type_index to DataType enum?
-
Add exception types - Add README and docs for library
- Tidy up DataSource get(...) arguments
- Adding system packaging to CMake
-
Make mapping directory nesting configurable -
Remove SignalType logic - Add C++20 template constraints
-
Replace std::string{} with string_literals - Fix logging
-
Add tests for parse_slices -
Replace gsl::span with std::span - Handle mismatch of request data type and returned data type, i.e. type conversions?
- Check returned data against expected rank
-
Add JSON schema files into repo (from IMAS MASTU mapping) -
Validate JSON mappings on read - Use std::format instead of string concatenation