Skip to content

Releases: radumg/DynaWeb

Open-source codebase and cleanup

18 Aug 21:07
fe54ecf
Compare
Choose a tag to compare

Open-sourced the whole DynaWeb codebase and cleaned it up.
Hooked up to Travis CI and Codacy for code quality monitoring.

Changes

The below changes are things that will impact node names :

  • renamed CheckURI to IsValidUri
  • renamed nodes with deserialize to spell it deserialise & same for serialize->serialise

SetMethod node update and Forge samples

04 Sep 21:31
Compare
Choose a tag to compare

Fixed a regression that was introduced in the 1.0.1 version that was published on the package manager, where the WebRequest.SetMethod node was no longer doing anything. My bad 😁

Also added 2 additional samples for interacting with the Autodesk Forge API

  • request token
  • upload file

Check out the samples folder here or the extra folder in the package for the new .dyn files.

beta-1.0 Public release

30 Aug 21:38
Compare
Choose a tag to compare

This release bumps the package from alpha to beta to mark the public release of DynaWeb on the Dynamo package manager.

The release brings :

  • a number of improvements to existing nodes
  • X new nodes
  • a whole new namespace : Execute.
  • a few bug fixes

It's also a breaking change as the namespaces have changed, so previous graphs will be non-compatible.

alpha-0.5

25 Aug 14:51
Compare
Choose a tag to compare
alpha-0.5 Pre-release
Pre-release

This release is the first distributed publicly for testing. The features are complete enough for robust testing and the samples are comprehensive enough for both testers and for an upcoming workshop i'll be running with these.