Skip to content

Releases: MiguelCastillo/amd-resolver

v1.2.3

07 Feb 01:26

Choose a tag to compare

Release v1.2.3

v1.2.2

08 Jul 02:47

Choose a tag to compare

Release v1.2.2

v1.2.1

02 Jul 12:01

Choose a tag to compare

Release v1.2.1

v1.2.0

02 Jul 11:57

Choose a tag to compare

Release v1.2.0

v1.1.0

22 Jun 03:12

Choose a tag to compare

Release v1.1.0

v1.0.5

03 Mar 00:15

Choose a tag to compare

bumped version to 1.0.5

v1.0.4

02 Mar 22:24

Choose a tag to compare

bumped version to 1.0.4

v1.0.3

26 Feb 04:38

Choose a tag to compare

  • 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

31 Jan 15:27

Choose a tag to compare

  • Added url to module meta directly as an alternative to file.url
  • Deprecated file property in module meta
  • Fixed issue with .js extension not added be default. Now it is always added except for names that define plugins, even empty plugins.

v1.0.1

25 Jan 03:54

Choose a tag to compare

  • Fixed support for urlArgs
  • Consolidated fromResolver and fromBase methods
  • Fixed issue with module names not properly process when they started with ./ and had plugins
  • Cleaned up documentation