Releases: NASA-AMMOS/plandev-actions
Releases · NASA-AMMOS/plandev-actions
Release list
v1.2.3
What's Changed
- Support required & variant params by @dandelany in #16
- add metadata util functions to aerie-actions library by @dandelany in #17
Full Changelog: v1.1.2...v1.2.3
v1.2.4
What's Changed
- Fix/type fixes by @AaronPlave in #19
New Contributors
- @AaronPlave made their first contribution in #19
Full Changelog: v1.2.3...v.1.2.4
v1.1.2
What's Changed
Docs changes only, no functionality changes.
- update Aerie -> PlanDev/SeqDev in README and user-facing strings by @dandelany in #15
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Bugfix: Pull user's role from config.USER_ROLE and pass it along in headers with requests to workspace server by @dandelany in #14
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Fix link by @cartermak in #12
- add loadAdaptation helper + DB query for loading sequence adaptation JS into actions by @dandelany in #13
- Add new parameter/setting types: 'file' and 'fileList' - like 'sequence' and 'sequenceList' but they allow any types of files, not just sequences in #13
- Add support for 'description' field on parameters/settings, as well as future-looking support for 'required' and 'defaultValue' (not implemented yet, but interface allows them now) in #13
- Add support for 'primary' flag on file/fileList/sequence/sequenceList type parameters & settings in #13
New Contributors
- @cartermak made their first contribution in #12
Full Changelog: v1.0.3...v1.1.0
v1.0.3
v1.0.2
v1.0.1
What's Changed
- Include auth header for workspace service in requests from action server by @dandelany in #10
Full Changelog: v1.0.0...v1.0.1