Home Manual Reference Source Test
Manual » Changelog

Changelog

All releases are available at GitHub.

0.4.0 (Next)

  • Breaking changes

    • sync task is deprecated in favor of the push --watch and sync --watch tasks.
  • Feature

    • Major performance upgrade using push --watch instead of sync.
    • Use Project ObjectTypes by default. No more need to add NodeId('ObjectTypes.PROJECT') to Atviseproject.js.
    • Added Atviseproject.nodesToWatch configuration property. (#19)
    • Added sync --watch task.
    • Added watch task.
  • Fix

    • Fixed invalid nodes count in pull and push task logs.
    • Fixed an issue where pulling empty script documents results in an error.
    • Fixed wrong extension for ByteString-Array nodes. (#13)
    • Fixed invalid encoding of pulled binary files. (#17)

0.3.3

Date: 2016-11-15, Tag: v0.3.3

  • Fix
    • Added missing API doc files

0.3.1

Date: 2016-11-14, Tag: v0.3.1

  • Fix
    • Read-only nodes are ignored by default (Workaround for #7)
    • Handle Atviseproject.js transpilation errors (#8)
    • Added array support (#5)

0.3.0

Date: 2016-11-13, Tag: v0.3.0

  • Feature
    • sync task added

0.2.1

Date: 2016-11-08, Tag: v0.2.1

  • Fix
    • package.json contained wrong version number
    • Link to private dependencies on dropbox

0.2.0

Date: 2016-10-28, Tag: v0.2.0

  • Breaking changes

    • Project configuration files are now static classes.
    • Incompatible to atvise-scm-cli prior to version 0.2.0.
  • Feature

    • Now supports uploading to atvise-server via the push task.
    • Now supports printing the project confuguration via the config task.

0.1.2

Date: 2016-10-15, Tag: v0.1.2

  • Fix
    • Use hosted release of atvise-dbworker to temporarily prevent installing issues.

0.1.1

Date: 2016-10-15, Tag: v0.1.1

0.1.0

Date: 2016-10-13, Tag: v0.1.0

  • First release