Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Latest commit

 

History

History
81 lines (47 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

81 lines (47 loc) · 2.2 KB

2.1.0 (2016-01-18)

2.1.0 (2016-01-18)

2.1.0 (2016-01-16)

2.1.0 (2016-01-10)

Features

  • deep: implement .deep to resolve nested objects and arrays of promises (4f80a7c)

2.0.0 (2016-01-07)

Bug Fixes

  • Change name of angular module that is required with requirejs from 'angularjs' t (aac1c03)

BREAKING CHANGES

  • When requiring ng-q-plus with RequireJS you need to provide angular as 'angular' instead of 'angularjs'

1.2.1 (2016-01-07)

Bug fixes

  • add description for join

1.2.0 (2016-01-07)

Added

  • Added join

1.1.3 (2016-01-02)

Bug fixes

  • change documentation

1.1.2 (2015-12-29)

Bug fixes

  • change documentation

1.1.1 (2015-12-29)

Bug fixes

  • make set work with attribute names and values that are promises

1.1.0 (2015-12-29)

Features

  • add set

1.0.0 - 2015-12-29

Features

  • change version to finished to make full use of Semantic Versioning
  • add all, props, map, and each

Breaking Changes

  • If required as a AMD or CommonJs style module, it exports the angular module's name instead of undefined