Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Releases: 5minds/gulptraum-typescript

v3.0.0

25 Feb 10:59
Compare
Choose a tag to compare

Changes:

  1. Add package-lock.json file to help avoid installation of buggy package updates.
  2. Remove all scripts that are not required by any of our packages.
  3. Remove all packages that were required by the removed scripts.
    • This was done to help us avoid errors caused by subdependencies.

The following scripts will still work:

  • clean
  • build
  • lint

The following scripts will not work anymore:

  • doc
  • schema
  • setup_dev
  • test
  • watch

If any of them should be required again at some point, they will be moved into plugins of their own.

PR: #12

v2.0.1

27 Nov 10:34
Compare
Choose a tag to compare

Changes:

Through [email protected] we got the following issue:
dominictarr/event-stream#116

With [email protected] this issue was resolved, so the dependency has been updated in this PR accordingly.
To be on the safe side, all other dependencies were raised to their most up-to-date version as well.

Also, for our internal packages, ~ and ^ type dependencies have been reintroduced to make it easier to deploy bugfixes.
This includes the following packages:

  • gulptraum
  • gulptraum-typescript

PR: #10

v2.0.0

31 Oct 12:28
Compare
Choose a tag to compare

Changes:

  1. Upgrade dependencies to fix vulnerability issues
    • Remove lodash
  2. Upgrade to gulp v4 and es2017
  3. Various stylefixes
    • Place all cleanup subtasks into the main clean task
  4. Update the transpilations

PR: #9