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

2.0.0 Release

Compare
Choose a tag to compare
@lholmquist lholmquist released this 22 Oct 18:55
· 18 commits to master since this release

Release Notes - AeroGear JavaScript - Version 2.0.0

Bug

  • [AGJS-184] - Vertx and SimplePush integration tests execution issues

Feature Request

  • [AGJS-201] - XMLHttpRequest#response not implemented in Sinon.JS lib & authentication unit tests fail
  • [AGJS-251] - DataManager - Auto connect options should default to true

Task

  • [AGJS-189] - Review DevDependencies Versions
  • [AGJS-211] - Rework Integration Tests from the ground up
  • [AGJS-228] - Deprecate Pipeline
  • [AGJS-229] - Deprecate Authentication Module
  • [AGJS-232] - Remove AeroGear.isArray method from core
  • [AGJS-233] - Remove pipeline integration tests
  • [AGJS-234] - Promisify Library
  • [AGJS-242] - Update cookbook examples with deprecation notices, etc...
  • [AGJS-248] - Move the SimplePush and UnifiedPush examples to the real js-cookbook
  • [AGJS-253] - Cleanup Docs for 2.0 release

Sub-task

  • [AGJS-42] - Remove jQuery dependency from DataManager; embrace Promises instead
  • [AGJS-162] - Remove jQuery Dependency from Auth
  • [AGJS-212] - Update to express 4
  • [AGJS-231] - Update Authz cookbook example without pipeline
  • [AGJS-235] - Promisify Datamanager
  • [AGJS-236] - Promisfy Crypto
  • [AGJS-237] - Promisfy Notifier
  • [AGJS-238] - Promisfy UnifiedPush client
  • [AGJS-239] - Promisfy Authorization
  • [AGJS-240] - Promisfy SimplePush
  • [AGJS-243] - Add deprecation Notice for Pipeline Cookbook example
  • [AGJS-244] - Add deprecation notice on Auth cookbook example
  • [AGJS-245] - Promisify AeroGear.ajax
  • [AGJS-246] - Update unified push example to use just promises
  • [AGJS-247] - Update Datamanager example to use promises not callbacks