From dbb2de0b6e01297bd92be75a0bb3a4c9d09237ed Mon Sep 17 00:00:00 2001 From: Andy Gup Date: Wed, 3 Sep 2014 16:29:40 -0600 Subject: [PATCH] initial commit of CHANGELOG --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5d60273 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# offline-editor-js - Changelog + +## Version 2 - +Breaking Changes: + +- Provides a single, concatenated and minified library files in /dist for edit, tiles and tpk. This single library pattern offers a performance boost by providing a significantly smaller size and one file to load. +- Internally refactored all libraries. +- Single, concatenated source library files also available in /dist. +- Updated all samples to ArcGIS API for JavaScript v3.10. +- Concatentation and minification available via a Grunt task. +- All tests updated. +- All samples updated to use single library file pattern. +- Added a universal namespace via OfflineMapsNS.js for use with all pure JavaScript libraries in the repo. +- Deprecated restartOfflineFeaturesManager.js +- Renamed various internal libraries. +- Consolidated duplicate functionality between offlineTilesEnabler.js and OfflineTilesEnablerLayer.js into TilesCore.js. The coding pattern is a bit ackward to access the shared functionality, but the upside is that duplicate functionality only needs to be maintained in a single library. + +## Version 1.x - Various +- Multiple, non-versioned updates + + +## Version 1 - Sep 19. 2013 + +- Initial commit. \ No newline at end of file