Reflect Metadata Versions Save

Prototype for a Metadata Reflection API for ECMAScript

v0.2.1

5 months ago

What's Changed

Full Changelog: https://github.com/rbuckton/reflect-metadata/compare/v0.2.0...v0.2.1

v0.2.0

5 months ago

What's Changed

Full Changelog: https://github.com/rbuckton/reflect-metadata/compare/v0.1.14...v0.2.0

v0.2.0-pre.0

5 months ago

v0.1.14

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/rbuckton/reflect-metadata/compare/v0.1.13...v0.1.14

v0.1.12

6 years ago

This release contains some bug fixes and test improvements. It addresses the following issues:

  • #80 - metadata seemingly erased when using multiple files with karma,mocha,webpack
  • #78 - Error when working with another polyfill, like core-js/reflect
  • #45 - When installed redundantly, Metadata could be erased

This release also fixes a critical issue in 0.1.11 that prevents the library from loading.

v0.1.11

6 years ago

This release contains some bug fixes and test improvements. It addresses the following issues:

  • #80 - metadata seemingly erased when using multiple files with karma,mocha,webpack
  • #78 - Error when working with another polyfill, like core-js/reflect
  • #45 - When installed redundantly, Metadata could be erased

NOTE: This release has an issue that prevents the library from being used. Please use 0.1.12 or later

v0.1.10

7 years ago

This release contains some bug fixes and test improvements. It addresses the following issues:

  • #56 - Reflect.getMetadata return undefined only in IE11
  • #58 - Remove mentions of ES7 (we're already on ES9 for new features)

v0.1.9

7 years ago

This release contains some minor internal restructuring and updates the project to use TypeScript 2.1.4 internally. In addition, it addresses the following issues:

  • #48 - Library changes behaviour of property decorator

v0.1.8

7 years ago