Release Notes - mitzerh/modulr-js GitHub Wiki

Release Notes

Documenting official stable release builds here.

  • v1.2.5

  • v1.2.4

  • v1.2.3

    • never made it to an official master release. was used to test Modulr.setGlobalCacheCond() and was quickly patched for updates at v1.2.4
  • v1.2.2

  • 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

    • release date: 02/14/2017
    • instantiating already defined packages will no longer throw an error, but will just return the package, ignoring any config changes @ #44
    • Fix: shim exports object traversing @ #45
  • v1.1.0

  • 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

  • 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