Skip to content

Releases: Urigo/angular-meteor

Fix for splicing array

10 Oct 21:36
Compare
Choose a tag to compare

Bug fix

bugfix (get-updates): changed the way array changes are saved to mongo, thanks @netanelgilad , #739 , Fixes ##689

Docs

Thanks to @BrainCrumbz @Tallyb @mbeaudru @MilosStanic @ssuksawat

Official Angular Meteor Package

29 Sep 14:28
Compare
Choose a tag to compare

Finally version 1.0.0 has landed (now 1.0.1 obviously...)

Remove your urigo:angular package and change to the angular package.

Breaking changes since 0.9

On a personal note, this has been an amazing personal journey for me, working for this goal for about a year now.
It’s only symbolic that we just passed the 1000 stars on Github.

Endless thanks to all the great contributors who made that happen:
@Urigo, @loneleeandroo, @yagoferrer, @netanelgilad, @ShMcK, @barbatus, @dotansimha, @simonv3, @DAB0mB, @davidyaha, @Tallyb, @fredrikekelund, @leoetlino, @rjsmith, @okland, @smoke, @ccortezia, @modcoms, @mxab, @oshai, @idanwe, @markleusink, @epotvin, @pbastowski, @IgorMinar, @Nieziemski, @PeterHB999, @dotob, @EmmN, @NazarK, @ppotoplyak, @freezby, @blevinscm, @srtucker22, @JNissi, @ecwyne, @asafdav, @mgnusl, @MilosStanic, @goooseman, @topikachu, @revov, @thos37, @TravisDart, @stubailo, @diego-vieira, @stlouisweb, @nickjanssen, @PierrePIRONIN, @RichardLitt, @rclai, @fmachucas, @oneonestar, @Zeakk, @Kuzmin, @cedric25, @junglerocket, @eugene-d, @gilnis2, @ivanproskuryakov, @pieperz, @jonmc12, @jvaz11, @kaihaase, @kpourdeilami, @artisonian, @Unavi, @Haellsigh, @digioak, @omer72, @panw, @batjko, @dt-pward, @pavlovich, @AJ-Acevedo, @robdotis, @basti1253, @SyedWasiHaider, @gitter-badger, @TFarla, @TzachDesign, @dj0nes, @cuitianze, @scresawn, @thomkaufmann, @tschaei

Bower version fixes

14 Sep 19:46
Compare
Choose a tag to compare
1.0.0-rc.6

Merge remote-tracking branch 'origin/master'

Getting closer to official release

09 Sep 18:27
Compare
Choose a tag to compare
1.0.0-rc.5

Bump version to 1.0.0-rc.5 (both angular and urigo:angular)

Object and Collection Fixes

20 Jul 18:15
Compare
Choose a tag to compare

Bug Fixes

  • Fix meteorCollection bad behavior with deep-objects update and null fields , thanks @ccortezia - #506
  • fix(AngularMeteorObject): delete server properties after unset changes , thanks @idanwe - #523

Docs

$meteor.collectionFS

06 Jul 20:17
Compare
Choose a tag to compare

Features

Dependencies

  • Update Angular to 1.4.1

Bug Fixes

  • Fix bad behavior of diffArray on the presence of nulled and empty objects, thanks @ccortezia - #475

Docs

Diff-Array Fixes

24 Jun 19:51
Compare
Choose a tag to compare

Bug Fixes

  • Cfs file insert fix , thanks @mxab , #438
  • (Diff-Array) Fix/fixes on diff array #446
  • Fix new fields in diff-array cause undefined access error, thanks @mxab #441

Docs

Angular-Server (!!) and Many Tests

12 Jun 19:15
Compare
Choose a tag to compare

Features

Tests

  • Adding lots of E2E and unit tests for angular-meteor, soon will be featured in the tutorial as well.

Bug Fixes

  • Fix saving Dates in $meteorCollection and adding tests for date and nested dates, fixes #428 , #371
  • Fix issue when deepCopyRemovals removes fields that are false-y , thanks @netanelgilad #423
  • Fixed a bug where different dates did not trigger an "is changed" update , thanks @bjarketrux , #422

Docs

Angular 1.4.0 and Tests

08 Jun 16:00
Compare
Choose a tag to compare

Tests

  • More and more E2E and performance tests - thanks a lot @netanelgilad

Dependencies

  • Update to Angular 1.4.0

Bug Fixes

Docs

Testing! and Bug fixes and performance improvements

28 May 17:53
Compare
Choose a tag to compare

Tests

Add E2E tests, unit tests and Travis - thanks a lot @netanelgilad !!!

Performance improvements

Collection rendering speed improvement , thanks @barbatus - #344

Docs