Release Notes - mitzerh/modulr-js GitHub Wiki
Release Notes
Documenting official stable release builds here.
-
v1.2.5
- release date: 11/28/2017
- enhancement: custom execution
- documentation:
Modulr. setExecuteListener()
-
v1.2.4
- release date: 09/07/2017
- enhancement: Set custom global cache conditions
- wiki documentation @
Modulr.setGlobalCacheCond()
-
v1.2.3
- never made it to an official master release. was used to test
Modulr.setGlobalCacheCond()
and was quickly patched for updates atv1.2.4
- never made it to an official master release. was used to test
-
v1.2.2
- release date: 02/28/2017
- update: Allow for multiple
masterFile
#51 - enhancement: Set a global Parameter variable: #46, #52
- wiki documentation @
Modulr.setGlobalCacheParam()
- wiki documentation @
Modulr.getGlobalCacheParam()
-
v1.2.1
- release date: 02/22/2017
- update: loadPackageList() Instance function @ #47
- update: return require argument to loadPackageList() callback #48
- hotfix: Instances have loadPackage() #49
- Documentation @ Helper
-
v1.2.0
-
v1.1.0
- release date: 07/06/2016
- enhancement: Add browser cache buster string
- wiki documentation @
cacheParam
-
v1.0.0
- release date: 07/06/2016
- from stable
v0.6.3.1
build - deprecated:
v0.7
project: add page-level call for modules. - minor update: remove log warning if package is not in master file
After more than a year since first production release and application in a high traffic site, the latest build can be marked as an official version 1.0 release.
-
v0.7.1.1 / v0.6.3.1
- release date: 07/06/2016
- bugfix: Pull Request #37
-
v0.7.1 / v0.6.2
- release date: 01/26/2016
- minor release for both development and stable version
- add option to still include packages that are not in the
masterFile
by defining an object key-value pair.
packages: [ "package-in-masterFile", { "package-not-in-masterFile": "/path/to/package/bootstrap.js" } ]
-
[v0.7.0](Release v0.7.0)
- DISCONTINUED DEVELOPMENT
- release date: 11/10/2015
- development: add page-level call for modules (documentation to follow)
- [v0.6.1](Release v0.6.1)
- release date: 09/08/2015
- add
masterFile
to config properties to access package bootstrap files in one location
- [v0.5.8](Release v0.5.8)
- release date: 02/23/2015
- First production release version