4.0.3 (2024-07-02)
- add support for loading es module (41a4359)
4.0.2 (2024-02-08)
- Fix startLoading default (34e0279)
4.0.1 (2024-02-05)
- fix dom node load (b033b38)
4.0.0 (2023-10-27)
- remove cordova file cache (73456fc)
- removed the
useLocalCache
functionality
3.1.5 (2020-09-23)
- ensure Loader always returns an emitter (57bd3ef)
3.1.4 (2019-10-29)
- ionic-webview: convert file url correctly (2108266)
3.1.3 (2018-09-18)
- release script (e451b9d)
3.1.2 (2018-09-14)
- cordovaLoad: use webview caching for styles (53bf227)
3.1.1 (2018-03-05)
- isTablet: support separate tablet app host (872df43)
3.1.0 (2018-02-08)
- wkwebview: upgrade to work with wkwebview plugins (0ed5a7f)
3.0.1 (2017-11-09)
- build: Built files were out of sync with other files (5569c78)
- Read local files as buffer to avoid encoding issue
- Removed babel-polyfill in favor of a more specific polyfill for Promise
- Changed code to ES6 syntax
- Use stricter eslint rules
- Cleaned up some code
- Externalized dataset and classlist polyfill
- Fixed a bug with loading style for Cordova
- [FIX] Missing return
- Avoid the download of unecessary file for browsers
- [FIX] Remove detectNavigatorLocale
- [FIX] Add polyfills
- [README] Add more information to README
- [AppHost] Removed the use of localStorage
- [FIX] Parsing dataset properly
- [FIX] Avoid crash for md5 parsing of empty files
- [AppHost] If localStorage is set, use that before appPreferences
- [DevDependencies] Update to latest webpack and eslint
- [CHANGELOG] Use proper markdown format
- appPreferences plugin promise usage does not support Android 4
- Fallback to localStorage for appHost config if no plugin support
- Use cached version of app-manifest if we cannot load a new one
- Rename performMD5 to performHash
- Remove annoying webpack performance warnings
- Update spark-md5 to 3.0.0
- Update throat to 3.0.0
- Remove assert for size control
- Add cordova-promise-fs
- Unify loader start between browser and cordova
- Create loader-error div instead of relying on index.html
- Configure statusBarBackgroundColor at runtime
- Cleanup loader after loaded
- Do not show error messages if loaded
- Extract public path from fs
- Change file not found error code
- Download all files from manifest
- Set public path on all javascript nodes
- Do not skip map files in domnodes
- Log all errors while loading
- New logo layout
- Use q for promises
- Remove config in package.json
- Remove semver check for supported app version
- Fix percentage bug
- Add eslint
- Fix lint bugs
- Move webpack into dev dependency
- q-io was unused
- Upgrade webpack to v2
- Move webpack config into proper files
- Update README to explain new way to run
- Remove cordova disconnect logic
- Update semver from 5.1.0 to 5.2.0
- Add CHANGELOG
- Improve style
- Add sourcemaps for css