Skip to content

Releases: makeshift-array/build-tools

v1.2.0

07 Apr 14:23
Compare
Choose a tag to compare

Minor Release

Updates
  • Add Unit Tests
  • Add Jasmin, Karma and test coverage reports functionality
  • Add Unit Tests for Github.js component
  • Add Unit Tests for ajax and async calls
Breaking changes
  • None

v1.1.0

25 Mar 16:48
Compare
Choose a tag to compare

Minor Release

Updates
  • Remove stage-2 from babelrc and add stage-0 so we can take advantage of function binding.
  • Add global object in eslint and add DEV and module
  • Add gulp load plugins to the build to allow auto loading of plugins
  • Separate out tasks in a gulp/tasks folder for separation of concerns and scalability.
  • Add bridge.js file to load all plugins and pass appropriate settings to each task.
  • Add gulp util for coloration and beepbeep for notification once the build is done.
  • Add webpack progress bar plugin so we can see the status of a distribution build when webpack is running.
  • Refactor gulpfile.babel.js to use gulp load plugins and update the tasks to use utils
  • Add DEV to webpack so we can easily decide which code gets ripped out when doing prod builds
  • Add example of using DEV in Github.js class
Breaking changes
  • None