Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
chore: release v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Jun 3, 2021
1 parent 7435f50 commit e6cb810
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 52 deletions.
107 changes: 56 additions & 51 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,94 +6,99 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.15] - 2021-06-03
### Added
* Interactive install command
- Interactive install command

## [0.0.14] - 2021-05-12
### Changed
* Provider name in environment variables
* Provider name delimiters
* Codegen generates .js and .d.ts now
- Provider name in environment variables
- Provider name delimiters
- Codegen generates .js and .d.ts now

## [0.0.13] - 2021-05-05
### Changed
* Validate identifiers
- Validate identifiers

## [0.0.12] - 2021-04-30
### Changed
* Allow every type for Result in generated SDK
- Allow every type for Result in generated SDK

## [0.0.11] - 2021-04-28
### Changed
* Export SuperfaceClient type from generated SDK
* Allow every type for Result in generated SDK
- Export SuperfaceClient type from generated SDK
- Allow every type for Result in generated SDK

## [0.0.10] - 2021-04-26
### Added
* Generate command
* Support for installing local files with `install` command
- Generate command
- Support for installing local files with `install` command

### Changed
* Refactored install logic
- Refactored install logic

## [0.0.5] - 2021-03-15
### Changed
* Updated sdk version to v0.0.11
* Update playground and fixtures to support sdk v0.0.11
- Updated sdk version to v0.0.11
- Update playground and fixtures to support sdk v0.0.11

### Fixed
* `install` no longer stores local file path in `super.json` and instead stores the version
- `install` no longer stores local file path in `super.json` and instead stores the version

## [0.0.4] - 2021-02-25
### Added
* New flags for create command: `--template`, `--version` (`-v`), `--variant` (`-t`)
* Generation of scope directory
* Generation of `provider.json` file
* Workaround for document type flag
* `isFileQuiet` function
* Validation of maps to profiles within `lint` command (flag `-v`)
* Init command
* Install command
* `--template` flag to play initialize
- New flags for create command: `--template`, `--version` (`-v`), `--variant` (`-t`)
- Generation of scope directory
- Generation of `provider.json` file
- Workaround for document type flag
- `isFileQuiet` function
- Validation of maps to profiles within `lint` command (flag `-v`)
- Init command
- Install command
- `--template` flag to play initialize

### Changed
* Updated parser dependency to v0.0.14
* Updated generation of header fields (`name`, `version`, `variant`)
* Updated validation of specified values in create command with new parsing functions
* Updated compile and lint tests to use `path.join` instead of string paths
* Play command outputs build files to `<playground>/build` directory
* Playground no longer needs to have the same name as the profile within it
* Playground now works with playscripts in `superface/play` folder
* Playground can now work with scoped profiles and maps

### Fixed
* Correct `--typeRoots` passed to play execute tsc invocation
* Scoped profiles and maps detection and execution
- Updated parser dependency to v0.0.14
- Updated generation of header fields (`name`, `version`, `variant`)
- Updated validation of specified values in create command with new parsing functions
- Updated compile and lint tests to use `path.join` instead of string paths
- Play command outputs build files to `<playground>/build` directory
- Playground no longer needs to have the same name as the profile within it
- Playground now works with playscripts in `superface/play` folder
- Playground can now work with scoped profiles and maps

### Removed
* Document type flag: `--documentType` (`-t`)
* Unnecessary fixture playground
- Document type flag: `--documentType` (`-t`)
- Unnecessary fixture playground

### Fixed
- Correct `--typeRoots` passed to play execute tsc invocation
- Scoped profiles and maps detection and execution

## [0.0.2] - 2020-12-18
### Added
* Create command
* Play command
- Create command
- Play command

### Changed
* Name of the binary to `superface`
* package.json private field to false
- Name of the binary to `superface`
- package.json private field to false

## [0.0.1] - 2020-11-25
## 0.0.1 - 2020-11-25
### Added
* Document type inferrance
* Lint command
* Transpile command
* CI github flow

[Unreleased]: https://github.com/superfaceai/cli/compare/v0.0.10...HEAD
- Document type inferrance
- Lint command
- Transpile command
- CI github flow

[Unreleased]: https://github.com/superfaceai/cli/compare/v0.0.15...HEAD
[0.0.15]: https://github.com/superfaceai/cli/compare/v0.0.14...v0.0.15
[0.0.14]: https://github.com/superfaceai/cli/compare/v0.0.13...v0.0.14
[0.0.13]: https://github.com/superfaceai/cli/compare/v0.0.12...v0.0.13
[0.0.12]: https://github.com/superfaceai/cli/compare/v0.0.11...v0.0.12
[0.0.11]: https://github.com/superfaceai/cli/compare/v0.0.10...v0.0.11
[0.0.10]: https://github.com/superfaceai/cli/compare/v0.0.5...v0.0.10
[0.0.5]: https://github.com/superfaceai/cli/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/superfaceai/cli/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/superfaceai/cli/compare/v0.0.2...v0.0.3
[0.0.4]: https://github.com/superfaceai/cli/compare/v0.0.2...v0.0.4
[0.0.2]: https://github.com/superfaceai/cli/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/superfaceai/cli/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfaceai/cli",
"version": "0.0.14",
"version": "0.0.15",
"description": "Superface CLI utility",
"main": "dist/index.js",
"repository": "https://github.com/superfaceai/cli.git",
Expand Down

0 comments on commit e6cb810

Please sign in to comment.