Releases: stencila/jesta
Releases · stencila/jesta
v1.10.5
1.10.5 (2021-06-21)
Bug Fixes
- Build: Exclude tests and point to right file (8c4ff01)
- Build: Use a tsconfig.prod.json so that linting does not fail (7f73983)
- Release: Run prepublishOnly; don't need to distribute codemeta.json (29eab30)
v1.10.4
1.10.4 (2021-06-21)
Bug Fixes
- Build: Compress binaries (39330ab)
- Release: Add publish script to ensure build is done (f418ce5)
v1.10.2
1.10.2 (2021-06-08)
Bug Fixes
- dependencies: update dependency @stencila/schema to ^1.8.1 (ee368e0)
- dependencies: update dependency acorn to ^8.3.0 (c580e8b)
- Dependencies: Update Ajv (1caefd5)
v1.10.1
1.10.1 (2021-05-28)
Bug Fixes
- Manifest: Improve manifest updates especially for extending plugins (f69c068)
v1.10.0
1.10.0 (2021-05-28)
Bug Fixes
- Convert: From and to should be optional since they can be inferred from input and output URLs (d5fe6ad)
- Decode & encode: Use enum for formats for easier extension (7bebe49)
Features
- Add theme parameter (31d8428)
- CLI: Add method specific help (ac25939)
- Pull: Add pull method for pulling remote content to the file system (97aab6f)
- Write: Support write to string (c14d39c)
v1.9.3
1.9.3 (2021-05-27)
Bug Fixes
- Deps: Upgrade dependencies (fa45b3e)
- Vars: Add performance to list of non vars (0c513e4)
v1.9.2
1.9.2 (2021-04-17)
Bug Fixes
- Deps: Update dependencies (b18bfd8)
v1.9.1
1.9.1 (2021-04-01)
Bug Fixes
- Validate: Use correct title in method schema (d8a098f)
v1.9.0
1.9.0 (2021-04-01)
Bug Fixes
- Deps: Update dependencies (61942d8)
- Dispatch: Updates for Ajv v8 (e282e3c)
Features
- Validate: Add implementation of validate method (2681366)