Skip to content

Releases: atticoos/gulp-ng-config

v1.4.0

30 Dec 13:45
Compare
Choose a tag to compare

Feature: options.environment now supports arrays of keys (#61 by @RepoCorp and @felixhorro)
Feature: options.templateFilePath added to support loading custom templates (#56 by @flaviokz)

v1.2.0

23 Apr 17:29
Compare
Choose a tag to compare

Feature: YAML support
Bugfix: Inline constants no longer overridden by environment config

v1.1.0

29 Mar 20:01
Compare
Choose a tag to compare
  • Feature: Multiple environment support

v1.0.0

17 Dec 05:55
Compare
Choose a tag to compare

Feature: Plugin options
Feature: Option to create the angular module
Feature: Option to add/override constants
Feature: Option to wrap the module with an IIFE or custom template

Breaking Changes:
gulpNgConfig('moduleName', constants)
has been changed to
gulpNgConfig('moduleName', options)
The constants that would normally be passed as a second argument should be defined as a property in an options object, with the key constants. More details on this implementation in README.md