Skip to content

Releases: marcoslin/angularAMD

v0.2.1: Added support for AngularJS 1.3.x

08 Aug 09:46
Compare
Choose a tag to compare

Bug Fixes

  • AngularJS 1.3.x: Animation unit test now works and added fix for .processQueue (e0ded6f #80)
  • IE8: Removed the use of .const breaking IE8. (e0ded6f #84)

Production Release of v0.2.0

07 Aug 15:01
Compare
Choose a tag to compare

Bug Fixes

  • ngload: ngload now correctly load module that creates submodules internally (e8b74af #67)

Features

  • angularAMD.<>: modules now can be defined before bootstrap using angularAMD.factory (81a5495 #14)
  • .config: New method allowing changing of configuration post bootstrap (d3ebfed #71)
  • .route: controller parameter can now be omitted if module specified in controllerUrl returns a function. (550cd28 #72)

Breaking Changes

  • app.<>: app.register is now deprecated so a factory creation using app.register.factory
    is now app.factory. To support this, .bootstrap creates a alternate app that need to be used
    instead of the app created using angular.module(...). (54b5ec2 1c7922b #63 #70)

v0.2.0-rc.1

07 Aug 15:01
Compare
Choose a tag to compare
v0.2.0-rc.1 Pre-release
Pre-release
Created dist directory for distribution files

Fix for on-demand loading for .animate and .provider

28 May 20:12
Compare
Choose a tag to compare

Fix for on-demand loading for .animate and .provider with Protractor testing. See CHANGELOG for details.