Skip to content

Releases: CaryLandholt/fatarrow

v1.10.1

11 Apr 20:43
Compare
Choose a tag to compare

Bugfixes

  • bower install - do not call bower install in postinstall. if a repo consumes fatarrow as an npm pacakge, this isn't desirable.

v1.10.0

05 Apr 13:09
Compare
Choose a tag to compare

Features

  • autoprefixer - automatically add vendor prefixes in css
  • coffeelint - move config to root as coffeelint.json

v1.9.0

22 Jan 14:43
Compare
Choose a tag to compare

Features

  • notifications - browser, system or no notifications with --notify option
  • bower - remove programatic bower install and use the cli for better output. you must have bower globally installed.

Misc

  • angular - upgrade angular to 1.4.7

v1.8.0

18 Jul 15:59
Compare
Choose a tag to compare

Features

  • jscs - move config to .jscsrc
  • jshint - move config to .jshintrc

Misc

  • imagemin - remove support for imagemin. this package is huge and makes npm install take too long

v1.7.0

13 Jul 14:25
Compare
Choose a tag to compare

Features

  • config - move all config to a folder for all gulp plug-ins
  • html5mode - turn on angular html5mode

Chores

  • travis - add node v0.11
  • documentation - add clarifications to README

V1.6.0

10 Jul 18:36
Compare
Choose a tag to compare

Features

  • JSCS - lint and auto fix js styling issues. uses airbnb preset
  • Deploy - ability to deploy to S3 or a path

Bug fixes

  • Karma - tests were running twice in some cases
  • Proxy - allow config.coffee to override HTML5mode config
  • Protractor Screenshots - remove functionality since it incompatible with Jasmine2.

Chores

  • ngAnnotate - upgrade package to be compatible with node v0.12
  • travis - run builds using docker containers. target node v0.12 and v0.10.

v1.5.0

01 Jul 13:15
Compare
Choose a tag to compare

Features

  • URL rewriting: swap out proxy-middleware with connect-modrewrite. angular's html5mode is now supported.

Bug fixes

  • notifications: when notifications are fired close to each other they should not overlap

v1.4.0

30 Jun 06:32
Compare
Choose a tag to compare

Features

  • Notifications: add notifications via node-notifier. notifications exist for tests and linters

Refactor

  • test execution: only run tests when spec files change

v1.3.0

26 Jun 18:57
Compare
Choose a tag to compare

Refactor

  • task organiation: organize gulp tasks as node modules (92dbc13377)

Features

  • protractor reporters: add reporters for protractor. better console reporting and screen shots when tests fail (d78a2a5101)
  • help: have yargs display help and available gulp switches (a5821ec67b)
  • code coverage: report coverage with istanbul (c0689a7032)

Clean up

v1.2.0

26 Jun 18:45
Compare
Choose a tag to compare

Bug Fixes

  • Do not remove comments when minifying HTML #36

Features

  • Execute E2E tests on every save #43
  • BrowserSync Integration #31 #34
  • Support for babel #30
  • Ability to use any backend via a proxy #29