Changelog
All releases are available at GitHub.
0.4.0 (Next)
Breaking changes
synctask is deprecated in favor of thepush --watchandsync --watchtasks.
Feature
- Major performance upgrade using
push --watchinstead ofsync. - Use Project ObjectTypes by default.
No more need to add
NodeId('ObjectTypes.PROJECT')to Atviseproject.js. - Added
Atviseproject.nodesToWatchconfiguration property. (#19) - Added
sync --watchtask. - Added
watchtask.
- Major performance upgrade using
Fix
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
0.3.0
Date: 2016-11-13, Tag: v0.3.0
- Feature
synctask 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
- Fix
- Use version atvise-dbworker v0.1.1 to include missing ES5 sources
0.1.0
Date: 2016-10-13, Tag: v0.1.0
- First release