Skip to content

Releases: brousalis/bendystraw

v1.4.10

20 Jul 13:29
Compare
Choose a tag to compare

More linting, added a gulp lint:build task which will exit gulp if theres an issue. gulp build and gulp test now lint and fail.

Commits:

  • BUGFIX fix toast for deploying (f94ec53)
  • FEATURE add linting to build (stops it) and testing (8a0ffda)
  • BUGFIX linting from stored eslintrc (b6c5485)

v1.4.9

19 Jul 18:45
Compare
Choose a tag to compare

Added sass-lint, eslint, coffeelint. gulp lint

Commits:

  • BUGFIX add config options for linting(4ec32)
  • FEATURE add linting (1c0e9)

v1.4.8

17 Jul 23:39
Compare
Choose a tag to compare

Commits:

  • BUGFIX add repo back to manifest (014b5)
  • BUGFIX fix deployment notifications (c045f)
  • BUGFIX remove repo and owner from messages (b15fd)
  • BUGFIX remove fonts task (93128)
  • BUGFIX fix undefined scaffold (1e42b)
  • BUGFIX beef up error checking on release (82ddb)
  • FEATURE add file size output for build (1ee8)

v1.4.7

17 Jul 17:40
Compare
Choose a tag to compare

Added Uncss, Combine media querys, some various config default tweaking, babel es2015, and some bugfixes.

Commits:

  • FEATURE switch to cleancss instead of minifycss (f375f)
  • README cleaning up old parts (1ede1)
  • README add new features to readme (c9743)
  • FEATURE better defaults (3c9a1)
  • BUGFIX fix issue with gulp scaffold not writing template file (ece25)
  • BUGFIX clean up config (92c8c)
  • FEATURE add uncss to build (d5b21)
  • FEATURE combine media querys (7385a)
  • BUGFIX custom template cache name fix (860c4)
  • BUGFIX fix issue with env not being found (f2291)
  • FEATURE add babel es2015 as default (2b2d7)

v1.4.6

17 Jul 17:41
Compare
Choose a tag to compare
  • Issue with deployment config settings, oops
  • Fixes Karma erroring out on gulp test task

Commits:

  • BUGFIX have vendor task grab all files (a4b1233)
  • BUGFIX fix notifier issue (8949f9d)

v1.4.5

19 Apr 17:38
Compare
Choose a tag to compare
  • Issue with deployment config settings, oops
  • Fixes Karma erroring out on gulp test task

Commits:

  • BUGFIX fix erroring on tests, deploy config issues (80ec3f3)

v1.4.4

15 Apr 15:25
Compare
Choose a tag to compare

Big changes:

  • Added better support for Karma testing, and a tdd task
  • Added end to end test support with Protractor
  • Added a toast for successful deployments
  • More options for Browsersync configured via config

Commits:

  • BUGFIX fix config issue (7892e)
  • REFACTOR cleanup on the test tasks (3aa61)
  • FEATURE add e2e test harness (af1d7)
  • FEATURE add notify and ghostMode options to config (ada1f)
  • BUGFIX clean up the readme (11444)
  • FEATURE added a toast to successful deployments (3b485)

v1.4.3

21 Mar 16:12
Compare
Choose a tag to compare

Big changes:

  • Tons of new config options, see their defaults here
  • Support for any Gulp based html preprocessor (gulp-haml, gulp-jade, gulp-slim). Configured above
  • Removed Angular and CoffeeScript on-by-default enhancements
  • Added support for custom import order for JS files, configured through scripts.inject

Commits:

  • REFACTOR rename paths (94838)
  • BUGFIX fix the deploy task (166be)
  • REFACTOR clean up the new custom build folder task (6fccf)
  • FEATURE adds a custom build folder option (a5d46)
  • FEATURE added github release config options (896c2)
  • BUGFIX fix when config.preprocesor isnt set (66e09)
  • TEMP temporary fix for the template preprocessing (3a15e)
  • BUGFIX fix issue with not setting a html preprocessor (cdd82)
  • FEATURE add option to turn off gzip/archiving (8bbcf)
  • BUGFIX fix files copied from misc folder on build (5a766)
  • FEATURE add option to turn off html minification (ffbb8)
  • BUGFIX remove vendor from build task (0f35d)
  • FEATURE break out env file into its own inject just incase (3e0c1)
  • FEATURE sass globbing and better inject support for scripts (8d65e)
  • FEATURE add option to specify script inject order (91143)
  • BUGFIX fix issue with deep merge on defaults and config (9db56)
  • BUGFIX add misc task (9d96b)
  • BUGFIX fix issue with build stream and vendor (9e670)
  • BUGFIX fix issues with new preprocessor config (b205d)
  • FEATURE exposed a ton more options through config (d2120)
  • BUGFIX fix styles to reload if they are in pods (23a08)
  • BUGFIX fix issues with new manifest lib (e4bab)
  • FEATURE fixed vendor support (71a4f)
  • BUGFIX fix eco template compilation (6980a)
  • FEATURE better support for JST/ECO (abf12)
  • FEATURE add JST syntax support (3001c)
  • BUGFIX new browsersync syntax and version (c27dd)
  • BUGFIX remove debugging statement from initializer (d8647)
  • REFACTOR clean up some comments and messages (f176f)
  • FEATURE support non angular dotenv environments (34e82)
  • FEATURE add angular specific feature config variable (34b52)
  • REFACTOR use the manifest lib instead of util (85821)
  • REFACTOR progress on image task (81da1)
  • BUGFIX add files to gitignore (23e9d)
  • REFACTOR work on splitting manifest out (361b7)
  • FEATURE watch for bower package changes and reload (e6841)
  • FEATURE watch folder for image additions and optimize them (6062d)
  • REFACTOR clean up env file util helpers (43393)
  • BUGFIX new browser-sync syntax (dd693)
  • BUGFIX reload root index html files on changes (d2455)
  • RELEASE v1.4.1 (521bc)

v1.4.1

13 Jan 21:08
Compare
Choose a tag to compare
  • BUGFIX remove changed module for styles. is not working properly (7c993)
  • BUGFIX fix livereload call until after angular templatecache (b80d2)
  • FEATURE grab root files and folders and add them to the build in development (b8e15add2)
  • BUGFIX fix extensions for running script compilation (63944)
  • FEATURE --silent flag for deploying without sending a Slack message (d31be)

v1.4.0

04 Jan 05:46
Compare
Choose a tag to compare

Main addition to this release is the gulp release task.

  • BUGFIX use slack message format (ddfda)
  • BUGFIX add through2 as a dependency (b51e0)
  • BUGFIX remove stream log function (a2e6b)
  • REFACTOR dont have to specify a region for AWS link (d0672)
  • BUGFIX fix issue with duplicate v in version (b8824)
  • REFACTOR fix version to include v because semantics (9721c)
  • FEATURE new style of markdown/slack messages (e71f2)
  • BUGFIX fix issue with parsing the git commit on the changelog (03185)
  • FEATURE work on readme (f9077)