Skip to content

Releases: aerisweather/aerisjs

v0.3.1

26 Mar 15:46
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

No breaking changes

  • MOD: Update aeris.maps.Map documentation, and fix param docs

v0.3.0

26 Mar 15:45
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

No breaking changes

  • ADD: Marker and MarkerCollection added to publicApi
  • MOD: Update build documentation, and move to docs/build.md
  • MOD: Move *.md docs to docs/ dir (from docs/markdown)
  • MOD: Update documentation
  • MOD: ViewModel/Collection accepts Backbone.Model/Collection
    as data source (instead of requiring more specific aeris.Model/Collection)

See git history for a full change list.

v0.2.1

24 Mar 15:39
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • FIX: Set jQuery dependency version to v1.8.0+, so consumers
    do not need to resolver bower version conflict with
    Backbone.Marionette.
    Note that Aeris.js still supports v2.0+
  • MOD: Fixes to travis config

v0.2.0

24 Mar 15:38
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • ADD: Partial support for Leaflet maps: map, tile layers, markers
    Still no support for: markercollections, polylines, infoboxes
  • FIX: Add missing node packages to package.json
  • FIX: Add assets to build path
  • MOD: Allow attributeTransforms to be set directly on a ViewModel prototype
  • MOD: Expose aeris.maps.markerscollections.MarkerCollection
  • MOD: Update examples to use aeris.js from CDN
  • MOD: Fix travis to autodeploy on hamweather/master
  • MOD: Reconfigure and refactor grunt build tasks
  • MOD: Minor YUIDoc annotation changes

v0.1.5

24 Mar 15:39
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • MOD: Grunt / Travis-CI build and deploy configuration

v0.1.4

24 Mar 15:40
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • Fix docs to display correct Aeris.js CDN paths
  • Allow use https for accessing Aeris API
  • Create Grunt / Travis-CI environment
    with task runners for jasmine/phantomjs testing
    and the closure linter.
  • Fix CDN asset path

v0.1.3

12 Mar 16:05
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Create API models/collections for all weather-related Aeris API endpoints
  • Refactor Toggle objects, using ToggleBehvaior mixins
  • Waypoint 'selected...' attributes for styling selected waypoints
  • Clean and refactor MapApp controllers
  • Prefix MapApp CSS classes with 'aeris-'
  • Optimize Aeris API requests using the SubsetCollection class and client-side filters
  • Document mixed-in class members
  • Support https Aeris API reqeusts

v0.1.2

26 Feb 16:40
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • FilteredCollection class, for creating bound subsets of aers.Collection objects.
  • MapApp: Fullscreen module
  • Marker#getUrl method
  • Minor fixes and improvements to YUIDoc annotations

v0.1.1

19 Feb 22:17
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Includes many breaking changes to v0.1.0, including major restructuring of the public API.

  • Major renaming and restructuring of namespaces and AMD paths
  • Fix and refactor Animation and AnimationSync
  • Fix up and uncomment-out specs
  • Create basic examples to serve as documentation-in-code
  • Major refactor of YUIDoc annotations, to play nice with YUIDoc generator
  • Generator scripts for non-YUIDoc themes, using Handlebars and raw parsed data
  • Documentation themes for public API, reference API, and a getting started guide (*.md files)
  • Update vendor lib versions
  • Numerous other small fixes and refactorings

Available from our CDN:
http://js.aerisapi.com/aeris.js

Documentation is available at http://hamweather.com/docs/aerisjs

v0.1.0

12 Mar 16:06
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Initial commit of AerisJS library