All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update dependency on @s4tk/models to 0.6.14 (new tuning/SimData types)
- Update dependency on @s4tk/models to 0.6.10 (new tuning/SimData types)
- Added the
insertGroupComment
anduseTuningFoldersForSimData
options toExtractionOptions
. - New naming conventions:
s4pi
= Same as the oldtgi-name
naming convention (S4_TTTTTTTT_GGGGGGGG_IIIIIIIIIIIIIIII.filename.xml
)tgi-only
= Same as the oldtgi
naming convention, minus theS4
prefix (TTTTTTTT_GGGGGGGG_IIIIIIIIIIIIIIII.xml
)
- When the new
useTuningFoldersForSimData
option is true, the "SimData" subfolder will no longer be generated. - Changed naming conventions:
tgi-name
= No longer includes theS4
prefix (TTTTTTTT_GGGGGGGG_IIIIIIIIIIIIIIII.filename.xml
)
- Removed naming conventions:
tgi
= Replaced by approximate equal oftgi-only
(see Added)
- Update dependency on @s4tk/models to fix issue where 'n' attribute doesn't always appear first.
- Added support for XML string/tuning manifests.
- SimData files are now written with the
.SimData.xml
extension. - Manifests now enforce "properties", "json", or "xml" types.
- Fixed issue where strings whose keys start with "0x0" would not be mapped.
- Added support for indexing SDX packages (must add folders to srcDirs though).
- Update dependencies on @s4tk/models and glob.
- Fixed potential issues with globbing on Windows.
- Update dependency on @s4tk/models and use @s4tk/plugin-bufferfromfile.
- Emit SimData start/end events.
- Add
loadStringMap()
andloadTuningMap()
to API.
- Now works on Windows.
- First release.