Releases: radumg/DynaWeb
Open-source codebase and cleanup
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
toIsValidUri
- renamed nodes with
deserialize
to spell itdeserialise
& same forserialize
->serialise
SetMethod node update and Forge samples
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
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.