Skip to content

Releases: czprz/dever

v0.10.1-beta

19 Apr 16:25
4ef305f
Compare
Choose a tag to compare
v0.10.1-beta Pre-release
Pre-release

Noteable Changes

  • #59 bug dever init throws an error and therefore cannot add dever supported projects by @czprz in #60

Full Changelog: 0.10.0...0.10.1

v0.10.0-beta

17 Apr 23:28
b85913a
Compare
Choose a tag to compare
v0.10.0-beta Pre-release
Pre-release

Notable Changes

  • #27 Ensure project keywords does not conflict with pre-defined keys by @czprz in #30
  • #5 Add confirmation to dever init by @czprz in #37
  • #5 Add confirmation to dever init by @czprz in #38
  • #4 Moved location config file to user folder to avoid it being cleared by npm update by @czprz in #39
  • #50 Refactoring and removal of hardcoded userpass for mssql execution by @czprz in #51
  • #52 Modified name check for --not to be case-insensitive by @czprz in #53
  • #48 Fix issue with dever.json incorrectly formatted causing dever not being usable by @czprz in #54
  • Add simple dever json validation by @czprz in #55
  • #6 Add logging of thrown errors by @czprz in #56
  • #49 suggest add grouping for environment executions to support starting envrionment by groups by @czprz in #57
  • Bump async from 2.6.3 to 2.6.4 by @dependabot in #58

Full Changelog: 0.9.1...0.10.0

v0.9.1-beta

27 Mar 00:33
Compare
Choose a tag to compare
v0.9.1-beta Pre-release
Pre-release

Notable Changes

Full Changelog: 0.9.0...0.9.1

v0.9.0-beta

20 Mar 18:25
54141bb
Compare
Choose a tag to compare
v0.9.0-beta Pre-release
Pre-release

Notable Changes

New Contributors

Full Changelog: 0.7.2...0.9.0

v0.7.2-alpha

06 Feb 14:08
Compare
Choose a tag to compare
v0.7.2-alpha Pre-release
Pre-release

Notable Changes

  • #33 Fix exception when using custom_options when options are null or undefined by @czprz in #34
  • #32 Removed unnecessary error message from project config handler by @czprz in #35
  • #31 Fixed issue with not being able to use --help and --version by @czprz in #36

Full Changelog: 0.7.1...0.7.2

v0.7.1-alpha

31 Jan 21:34
Compare
Choose a tag to compare
v0.7.1-alpha Pre-release
Pre-release

Notable Changes

  • #14 Added logic to handle dever.json versioning by @czprz in #29

Full Changelog: 0.7.0...0.7.1

v0.7.0-alpha

25 Jan 21:42
0bb7128
Compare
Choose a tag to compare
v0.7.0-alpha Pre-release
Pre-release

Notable Changes

  • #2 - Add support install command by @czprz in #24
  • #21 Align fix command with env and install by @czprz in #26
  • #25 modify cli structure to have keyword before commands by @czprz in #28

Full Changelog: 0.6.0...0.7.0

v0.6.0-beta

12 Dec 15:44
6e25087
Compare
Choose a tag to compare
v0.6.0-beta Pre-release
Pre-release

Notable Changes

  • Support for environment setup consistently. Just create a dever.json and include it as part of your repository.
  • Support for fix command to support handling consistently known issues that might be a problem within your organization

Commits

  • N/A