mirror of https://github.com/embarklabs/embark.git
141 lines
3.7 KiB
Markdown
141 lines
3.7 KiB
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
|
|
# [5.0.0-alpha.1](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-11-05)
|
|
|
|
**Note:** Version bump only for package embark-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [5.0.0-alpha.0](https://github.com/embark-framework/embark/compare/v4.1.1...v5.0.0-alpha.0) (2019-10-28)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* fix process logs not showing on errors ([#1962](https://github.com/embark-framework/embark/issues/1962)) ([913267b](https://github.com/embark-framework/embark/commit/913267b))
|
|
|
|
|
|
### Build System
|
|
|
|
* bump all packages' engines settings ([#1985](https://github.com/embark-framework/embark/issues/1985)) ([ed02cc8](https://github.com/embark-framework/embark/commit/ed02cc8))
|
|
|
|
|
|
### Features
|
|
|
|
* **@embark/utils:** "inside monorepo" APIs ([de0e12d](https://github.com/embark-framework/embark/commit/de0e12d))
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|
* node: >=10.17.0 <12.0.0
|
|
npm: >=6.11.3
|
|
yarn: >=1.19.1
|
|
|
|
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
|
|
lifecycle. Embark is still not compatible with node's 12.x and 13.x
|
|
series (because of some dependencies), otherwise it would probably make sense
|
|
to bump our minimum supported node version all the way to the most recent 12.x
|
|
release.
|
|
|
|
npm v6.11.3 is the version that's bundled with node v10.17.0.
|
|
|
|
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
|
|
released.
|
|
|
|
|
|
|
|
|
|
|
|
## [4.1.1](https://github.com/embark-framework/embark/compare/v4.1.0...v4.1.1) (2019-08-28)
|
|
|
|
**Note:** Version bump only for package embark-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [4.1.0](https://github.com/embark-framework/embark/compare/v4.1.0-beta.6...v4.1.0) (2019-08-12)
|
|
|
|
**Note:** Version bump only for package embark-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [4.1.0-beta.6](https://github.com/embark-framework/embark/compare/v4.1.0-beta.5...v4.1.0-beta.6) (2019-08-09)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **@embark/accountParser:** exit on unsupported account configs ([78bb9bc](https://github.com/embark-framework/embark/commit/78bb9bc))
|
|
|
|
|
|
|
|
|
|
|
|
# [4.1.0-beta.5](https://github.com/embark-framework/embark/compare/v4.1.0-beta.4...v4.1.0-beta.5) (2019-07-10)
|
|
|
|
|
|
### Features
|
|
|
|
* **@cockpit:** Pass tx value as wei and add validation ([536a402](https://github.com/embark-framework/embark/commit/536a402))
|
|
|
|
|
|
|
|
|
|
|
|
# [4.1.0-beta.4](https://github.com/embark-framework/embark/compare/v4.1.0-beta.3...v4.1.0-beta.4) (2019-06-27)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **@embark/coverage:** function types and single statement ifs ([2ce9ca6](https://github.com/embark-framework/embark/commit/2ce9ca6))
|
|
|
|
|
|
|
|
|
|
|
|
# [4.1.0-beta.3](https://github.com/embark-framework/embark/compare/v4.1.0-beta.2...v4.1.0-beta.3) (2019-06-07)
|
|
|
|
**Note:** Version bump only for package embark-utils
|
|
|
|
|
|
|
|
|
|
|
|
# [4.1.0-beta.2](https://github.com/embark-framework/embark/compare/v4.1.0-beta.1...v4.1.0-beta.2) (2019-05-22)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **@embark/utils:** add find-up and globule to dependencies ([0253c90](https://github.com/embark-framework/embark/commit/0253c90))
|
|
|
|
|
|
### Features
|
|
|
|
* **@embark/utils:** introduce setUpEnv() function ([038928f](https://github.com/embark-framework/embark/commit/038928f))
|
|
|
|
|
|
|
|
|
|
|
|
# [4.1.0-beta.1](https://github.com/embark-framework/embark/compare/v4.1.0-beta.0...v4.1.0-beta.1) (2019-05-15)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **@embark-utils/accountParser:** fix privateKey accounts ([fc02405](https://github.com/embark-framework/embark/commit/fc02405))
|
|
* **@embark/utils:** expose longRunningProcessTimer properly ([244e2e2](https://github.com/embark-framework/embark/commit/244e2e2))
|
|
|
|
|
|
|
|
|
|
|
|
# [4.1.0-beta.0](https://github.com/embark-framework/embark/compare/v4.0.0...v4.1.0-beta.0) (2019-04-17)
|
|
|
|
**Note:** Version bump only for package embark-utils
|