Skip to content

Releases: Urigo/angular-meteor

Deep copy in $meteor.collection

21 May 19:58
Compare
Choose a tag to compare

Features

  • Deep copy changes from server to keep nested reference - 159dca4
  • Add CollectionFS support for $meteor.object, thanks @epotvin - #293
  • Add $scope.$meteorAutorun, for ease of use, thanks thanks @maenriquez and @auterium - #347

Bug Fixes

  • Copy realOldItems by value and not by reference, fixes #345 - 5f6b199

Docs

Collections, Objects and subscriptions attached to scope for automatic closing

17 May 21:36
Compare
Choose a tag to compare

Features

  • Delete Blaze view handler on $scope destroy, thanks @barbatus - #321
  • Change $scope.subscribe to $scope.$meteorSubscribe (closing the subscription on scope $destroy), thanks @maenriquez and @auterium - #323
  • Add $scope.$meteorCollection & $scope.$meteorObject methods that will stop the collection or object on scope $destroy, thanks @maenriquez and @auterium - #323
  • Close when scope destroys also in $scope.MeteorCollection/Object.subscribe functions - 429a0ca

Docs

$scope.subscribe

01 May 09:08
Compare
Choose a tag to compare

Features

Bug fixes

  • $$hashKey deletion in nested values - fix an exeption when object in null , thanks @mxab - #320

Fixes $$hashkey issue #299

29 Apr 17:30
Compare
Choose a tag to compare
0.8.7

Publish 0.8.7, Fixes $$hashkey issue, fixes #299

Fix Jquery weak dependency

29 Apr 13:40
Compare
Choose a tag to compare

Update to angular:[email protected]_1 with adds Jquery as weak dependency, fixes #314

requireValidUser

28 Apr 01:21
Compare
Choose a tag to compare

Features

  • Add requireValidUser() function , thanks @maenriquez and @auterium -
    Changed the way the validator function works, it now needs true to resolve
  • Better name Angular templates inside packages - prefix with package name , thanks @dt-pward - #303 , 092c522
  • (getReactively): Add possibility for deep watch on the object - 0b7f449

Bug fixes

  • getReactively - fix bug in reactive scope and prototype inheritance , thanks @netanelgilad - ac0e146
  • (meteor-include): Fix wrong call to directive's element - d98062b

Enhancements

  • IronRouter support , thanks @barbatus - #307
  • (Dependencies): Use angular:angular instead of angularjs:angular - 8b0acbe

Docs

IE support and AngularMeteorObject bug fix

13 Apr 09:49
Compare
Choose a tag to compare

Features

Performance improvements

Enhancements

  • Moved AngularMeteorCollection and AngularMeteorObject classes into an Angular factory

Docs

  • Doc improvements, thanks to @Tallyb

CollectionFS support

09 Apr 16:23
Compare
Choose a tag to compare

Features

  • Add CollectionFS and other 'Collection Like' libraries support , Fixes #72 - #281

Performance improvements

Enhancements

Bug fixes

Docs

  • Doc improvements, thanks to @fmachucas , @simonv3 , @lufeng
  • Changing the master branch of the tutorial app to be equal for the last step so it will be easier to pull request and look at the end result

Another quick fix in accounts - thanks @srtucker22

23 Mar 23:42
Compare
Choose a tag to compare
0.8.2

Release another fix version - 0.8.2   thanks @srtucker22

Quick fix for multiline comments

23 Mar 22:42
Compare
Choose a tag to compare

Very quick and nice discovery and fix for multiline comments - thank you so much @smoke !!