Skip to content

Releases: oleg-koval/trembita

v1.0.9

20 Aug 14:57
Compare
Choose a tag to compare

1.0.9 (2019-08-20)

Bug Fixes

  • release: use custom setup for sem release (1b7ae71)

v1.0.8

12 Aug 20:27
Compare
Choose a tag to compare

1.0.8 (2019-08-12)

Bug Fixes

v1.0.7

08 Aug 14:44
Compare
Choose a tag to compare

1.0.7 (2019-08-08)

Bug Fixes

  • Update readme & release configuration (b1e6838)

v1.0.6

08 Aug 14:09
Compare
Choose a tag to compare

1.0.6 (2019-08-08)

Bug Fixes

  • deps: update dependency validator to v11 (7142fa7)

v1.0.1

02 Jul 12:56
Compare
Choose a tag to compare

1.0.1 (2018-07-02)

Chores

v1.0.0

02 Jul 12:55
Compare
Choose a tag to compare

1.0.0 (2018-07-02)

Continuous Integration
Documentation Changes
  • add documentation for trembita usage on plugins. (1e94db5)
  • add docs for @_validateOptions & @_validateEndpoint (70b6a1d)
Bug Fixes
  • add options & endpoint validations, more tests (c162288)
  • missing file (41f8727)
  • add options handling, test (bec8cf4)
  • Create error message without options (0db130a)
Other Changes
  • Add coveralls badge (4e79327)
  • Update readme, package.json with versioning (a3c2e1f)
  • update package.json (1f12f7f)
  • edit readme.md (d9e5a10)
  • remove github.io theme (ad9563d)
  • remove ramda (4320222)
  • add codecov badge (03dfdd1)
  • add coverage to gitignore (76166d9)
  • add codecov #10 (d1d95a6)
  • Text for readme file & contributing guidelines (d00f156)
  • Add commit message check in danger (4afb0fe)
  • Add custom dangerfile (b0434c5)
  • Remove auto generated Dangerfile.js (fd79879)
  • Set up initial danger config (10c1226)
Refactors
  • extract code validation to static function (7d34d0f)
  • Use classes for errors (922a609)
  • Add custom module errors, better error handling, remove deprecated tests (16b6338)
Code Style Changes
  • move eslint rules to .eslintrc (e109ddd)
  • fix linter errors (b521bf4)
Tests