2.2.1 (2022-01-19)
- Added META-INFandWEB-INFto excluded directories
- Updated prime-core 2020.13.2 -> 2021.10.0
- Updated nsx-runtime 2020.11.1 -> 2021.3.4
2.2.0 (2021-09-20)
- Added apply --script file.groovytask to simplify running a a single migration script
- ignores markers (same as migration --noMarkers)
- runs in current directory by default (same as migration --directory .orapply --directory .)
- doesn't require specific migration script naming
 
2.1.1 (2021-07-16)
- Added ManipulationTasks#removeExpansionResource
2.1.0 (2021-03-31)
- Added --fromcli option to run migrations from explicit version (exclusive)
- Added --noMarkerscli options to disable usage ofconf/migration.xml
- Ignore expansionsdirectory
2.0.1 (2021-03-01)
- Ensure confdirectory is created for migration.xml for older projects
2.0.0 (2021-03-01)
- Introduced groovy script based migration execution
- Introduced migration management
- Fixed set/remove option for all prime-core option types
- Fixed expansionOptions writing duplicating line endings
1.3.0 (2020-05-29)
- Ignore testfolder
- Remove expandersVersion tag from expansionSettings
- Requests for improper target files (-f with wrong type) are now ignored to allow for easier chaining/scripting
1.2.0 (2020-04-28)
- Ignore target,ext, and.<dir-starting-with-dot>directories to reduce false matches
- Disabled loading of external schemas and DTDs
- Fixed unrelated xml files being processed
1.1.0 (2020-04-24)
- Added query task and command task
1.0 (2020-03-19)
- Added normalization, and basic option manipulation tasks