backoffice/node_modules/source-map-url/changelog.md

12 lines
345 B
Markdown
Raw Normal View History

2020-02-06 10:09:39 +00:00
### Version 0.2.0 (2014-02-23) ###
- Changed: A space is no longer inserted before the closing comment syntax. If
such a space is desired, it needs to be put in the closing comment syntax
itself (such as `["/*", " */"]` instead of `["/*", "*/"]`). (Backwards
incompatible change.)
### Version 0.1.0 (2014-02-22) ###
- Initial release.