Skip to content

Releases: GabeDuarteM/gd-scripts

v1.3.1

01 Sep 22:01
Compare
Choose a tag to compare

1.3.1 (2018-09-01)

Bug Fixes

  • deps: upgrade dependencies (3aa702c)
  • deps: upgrade dependencies (0589abb)

v1.3.0

17 Aug 02:57
Compare
Choose a tag to compare

1.3.0 (2018-08-17)

Bug Fixes

  • fixed the script names on the helper method (976435b)
  • deps: bump dependencies (581130c)

Features

  • added a shortcut to the tsconfig.json config (405afe3)

v1.2.0

16 Aug 04:20
Compare
Choose a tag to compare

1.2.0 (2018-08-16)

Features

  • added shortcuts for requiring configs (9d2c078)

v1.1.1

16 Aug 03:28
Compare
Choose a tag to compare

1.1.1 (2018-08-16)

Bug Fixes

  • deps: bump dependencies (31eaa64)

v1.1.0

13 Aug 04:00
Compare
Choose a tag to compare

1.1.0 (2018-08-13)

Bug Fixes

  • deps: bump dependencies (748a84d)
  • deps: explicitly declare the peerDependenciess (29da4c0)
  • eslint: removed the import/exports-last rule (483de24)
  • jest: changed the testIgnore to append on fixtures (d985474)
  • test: oops, commented something that I was not supposed to (1bcd465)

Features

  • test: created tests to run the CI script against some packages (e7b2f89)

Performance Improvements

  • ts-node: added the transpile only option to the scripts (d585f0c)

v1.0.2

31 Jul 06:07
Compare
Choose a tag to compare

1.0.2 (2018-07-31)

Bug Fixes

  • eslint: removed the magic number rule (3bf97e0)

v1.0.1

31 Jul 03:57
Compare
Choose a tag to compare

1.0.1 (2018-07-31)

Bug Fixes

  • release: add travis-deploy-once to after-success (114e4e2)

v1.0.0

31 Jul 03:52
Compare
Choose a tag to compare

1.0.0 (2018-07-31)

Bug Fixes

  • build: ignore type definitions from transpiling (5241732)
  • package: remove cross-env from the scripts (df64184)
  • tsconfig: changed target to esnext and added include and exclude (584c06c)

Features

  • build: build using babel (56cfcab)
  • build: finished the build script (probably) (aa5642f)
  • ci: added the ci script and added chalk to some messages (1f3f1b5)
  • lint: add the lint script (0d3d5b6)
  • lint: added linting to the package (basic functionality) (93c76ac)
  • lint: added the import plugin and rules for lint (e7b4cde)
  • start: start script (72c567c)
  • test: added the test script (738beab)
  • typecheck: added the typecheck script (bf82d37)