Skip to content

Latest commit

 

History

History
239 lines (129 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

239 lines (129 loc) · 11.1 KB

1.1.0 (2014-12-10)

Bug Fixes

  • app: make IDE friendly (1ae02635, closes #18)
  • appName: pass config option to ng-classify (eecac027, closes #17)
  • bower: add support for component urls (3b9b1ad3, closes #21)
  • childProcess: pass args to child process (e43a4215, closes #13)
  • less: add paths to less configuration (c5f8d9c1, closes #20)

Features

  • bowerSwitch: add switch to turn off bower component retrieval (a6e5a58f)

1.0.0 (2014-10-15)

Bug Fixes

  • avatar: use avatar path from reportcard response (8c2b453e)
  • bower: use latest version when conflicted (5e42dcbb)

0.9.4 (2014-09-03)

Bug Fixes

  • karma config: load external templates (7b0a8a34)
  • path: file path was off (6ef797e1)
  • reportCard: use jsonp instead of get (04cb1d3b)

0.9.3 (2014-08-14)

Bug Fixes

  • bower: clean prior to running bower task (87629086, closes #2)

0.9.2 (2014-07-29)

Bug Fixes

  • README: fix sass logo path (be4a0a84)
  • subDomain: remove prefixed / to ensure app is functional within a sub domain (17339c9b)

0.9.1 (2014-06-29)

Bug Fixes

  • package.json: require specific package version when not following semver (5b5ff52b)

0.9.0 (2014-06-23)

Features

  • LiveScript: add LiveScript support (eb44217b)

0.8.0 (2014-06-20)

Features

  • jshint: add jshint for JavaScript files (9427b7d9)
  • loading-bar: add angular-loading-bar (9d72f44a)

Breaking Changes

  • update gulp-ng-classify

See https://github.com/CaryLandholt/ng-classify/blob/master/CHANGELOG.md#300-2014-06-18

(c913cf7a)

  • some Protractor locators have been deprecated

See https://github.com/angular/protractor/commit/9e5d9e4abb7d0928e6092a711fda527554994be7

Instead of By.input, use By.model, for example

(db08eb53)

0.7.0 (2014-06-12)

Features

0.6.0 (2014-06-02)

Bug Fixes

  • cli: prevent stats from executing on changelog if switch set (01c60aca)
  • script: build correct url (48679143)
  • stats:

Features

0.5.0 (2014-05-27)

Features

  • YouTubePlayer: add YouTubePlayer widget (eebde83c)

0.4.2 (2014-05-27)

Bug Fixes

  • bower.json: recreate bower.json on changelog (f1f26fcb)
  • paths: Windows paths are file paths (3121a2c1)

0.4.1 (2014-05-26)

Bug Fixes

0.4.0 (2014-05-25)

Features

  • stats:
    • make stats available when running the app (0ea9825d)
    • add plato stats (6e4dc435)

0.3.0 (2014-05-20)

Features

0.2.0 (2014-05-18)

Features

0.1.2 (2014-05-16)

Bug Fixes

  • minifyHtml: do not minify prior to templateCache (06bb4aa1)

0.1.1 (2014-05-16)

Bug Fixes

  • ngAnimate: remove ngAnimate (3fbf7991)

0.1.0 (2014-05-16)

Bug Fixes

  • bower: properly set component map for .map files (5cb876d5)
  • build: add unixify to path (8279a27d)
  • e2e: tweaks (4a2747fa)
  • gulp: prevent stop of gulp watch on error (13de78bd)
  • name: rename to fatarrow (4cb889f0)
  • package.json: remove .git extension from repository (84ccdd1a)
  • phantomjs:
  • syntaxHighlighter:

Features

  • ReportCard: add open source report card (1cb5a0f1)
  • TypeScript: add TypeScript support (6cf47d7c)
  • app: add app (bc8edbb8)
  • changelog:
  • connect: add gulp-connect (5c5197fe)
  • e2e: add e2e support via protractor (71650f6a)
  • includify: initial support for including scripts and styles in index.html (7fc768b2)
  • logo: add AngularJS logo (ace135db)
  • markdown: add markdown directive (c894ed4b)
  • ng-classify: add ng-classify support (818f90a2)
  • optimize: add optimizations (7434fbf6)
  • routes: add routes directive (29aaafa3)
  • script: add script directive (d6863d68)
  • specReporter: add karma-spec-reporter (d551cbed)
  • syntaxHighlighter:
    • add styles (dc938143)
    • change provider to google-code-prettify (707c6d49)
    • add syntax highlighting functionality (04b33975)