Releases: MiguelCastillo/amd-resolver
Releases · MiguelCastillo/amd-resolver
v1.2.3
v1.2.2
Release v1.2.2
v1.2.1
Release v1.2.1
v1.2.0
Release v1.2.0
v1.1.0
Release v1.1.0
v1.0.5
bumped version to 1.0.5
v1.0.4
bumped version to 1.0.4
v1.0.3
- added File and URL to Resolver prototype for easier access in instances
- changed browserify artifact to
amdresolver - removed debug source maps from debug build
- added default baseUrl value to be '.'
v1.0.2
- Added
urlto module meta directly as an alternative tofile.url - Deprecated
fileproperty in module meta - Fixed issue with
.jsextension not added be default. Now it is always added except for names that define plugins, even empty plugins.
v1.0.1
- Fixed support for
urlArgs - Consolidated
fromResolverandfromBasemethods - Fixed issue with module names not properly process when they started with
./and had plugins - Cleaned up documentation