This repository was archived by the owner on Dec 18, 2019. It is now read-only.
Releases: vazco/universe-modules
Releases · vazco/universe-modules
v0.6.8
v0.6.5
Upgrade to new version UniverseModulesCompiler which use meteor cache instead of Babel's
New package: universe-ecmascript
v0.6.1
- Extending babel transformers for package files
- Updated deps
v0.6.0
v0.5.1
v0.5.0
- [BREAKING CHANGE] Meteor 1.2 is required
- [BREAKING CHANGE] All non-relative paths to modules must be absolute and start with
/,{}or{package:name} - [BREAKING CHANGE] There is no more need to configure System's package to load default file, and some settings like
map: {'.': System.normalizeSync('XXX')}can cause infinite loop! - [BREAKING CHANGE]
!varswas rewritten and replaced by!exports - [BREAKING CHANGE] Remove backward compatibility for deprecated package syntax
author:package - [BREAKING CHANGE] Remove compatibility for
filename.importsyntax - Change in internal module naming (Potentially breaking change)
- Make use of new build plugins API
- Option to import file only on selected platform with
@client@serversyntax - Loading a directory (ending module name with
/) will loadindexmodule from this directory - Providing only package name
{me:my-package}will load index module from package - Use Meteor Promise polyfill instead of this shipped with SystemJS
- Improve error handling (stack traces are now easier to read when errors are thrown inside module)
- Provide loader as a module instead of overwriting System's methods (but we still overwrite import, normalize etc.)
- Update
SystemJSto 0.19.0 - Update
babel-compilerto 5.8.24_1
v0.4.1
v0.4.0
- Introduce new syntax
{author:package}/foofor importing modules from packages (compatible with MDG less/stylus import syntax) - Provide backward compatibility with warning message for previous syntax
- Better handling of SystemJS module normalization
- Support for System map/packages api with
System.normalizeSync - Remove
meteor://protocol - Update
babel-compilerto 5.8.3_1 - Update
babel-runtimeto 0.1.2