What's new
The section provides information on the latest features, improvements, and resolved issues related to VoltScript Collections.
Important
Items marked in red are API changes that may impact your applications and should be reviewed before upgrading.
v1.0.6 - What's new or changed
v1.0.6
Improvements
- Support for negative numbers in getNth... APIs. This will get the nth element working from the end.
v1.0.5 - What's new or changed
v1.0.5
Improvements
- Integrating VoltScript Logging for error handling
- Repointing atlas.json from demo marketplace. atlas-settings marketplace url will need updating to "https://accounts.auth.hclvoltmx.net/login"
v1.0.4 - What's new or changed
v1.0.4
Improvements
- Repointing atlas.json to use VSE title and filename as library and module.
v1.0.3 - What's new or changed
v1.0.3
Improvements
- Added VSID database to repo
- Repointing atlas.json from demo marketplace. atlas-settings marketplace url will need updating to "https://accounts.auth.hclvoltmx.net/login"
v1.0.2 - What's new or changed
v1.0.2
Resolved Issues
- Adding to a sorted Collection returned the total elements in the Collection, not the index at which the element was added.
- Converting an empty Collection to JSON returned a JSON object, not a JSON array.
v1.0.1 - What's new or changed
v1.0.1
Improvements
- Updated API doc from VoltScript Interface Designer.
- Code merged with skeletons auto-generated from VoltScript Interface Designer.
Resolved Issues
- There was an incorrect return type from putPair.
v1.0.0 - What's new or changed
v1.0.0
- First release version of VoltScript Collections.