Skip to main content

model-manipulator


2.2.1 (2022-01-19)

  • Added META-INF and WEB-INF to 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.groovy task to simplify running a a single migration script
    • ignores markers (same as migration --noMarkers)
    • runs in current directory by default (same as migration --directory . or apply --directory .)
    • doesn't require specific migration script naming

2.1.1 (2021-07-16)

  • Added ManipulationTasks#removeExpansionResource

2.1.0 (2021-03-31)

  • Added --from cli option to run migrations from explicit version (exclusive)
  • Added --noMarkers cli options to disable usage of conf/migration.xml
  • Ignore expansions directory

2.0.1 (2021-03-01)

  • Ensure conf directory 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 test folder
  • 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.1 (2020-04-28)

  • Ignore overlay folder

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