Skip to content

Releases: radumg/DynAsana

DynAsana package release

26 Jun 00:39
Compare
Choose a tag to compare

First version to be uploaded to Dynamo's public package manager.

Release notes

Added

  • support for creating Tasks
  • support for creating Projects
  • support for creating Tags

Changed

  • refactored namespaces, coalescing all user-facing nodes into Asana namespace.
  • moved all helper functions in Helpers folder & Asana.Helpers namespace

Removed

  • Asana.Client, Asana.Classes
  • Resources & Web folders

Disclaimer

This release contains breaking changes - you'll notice that I didn't bump version to 2.0 though, that's because it had never been released on package manager, so the only person affected by the changes is....me.

Initial release

16 May 00:09
Compare
Choose a tag to compare

The first public release of DynAsana.
Supports most GET operations of the Asana API and a simple POST to create a new task.