Skip to content

Commit

Permalink
Changelog cc/ @vladimir-tikhonov
Browse files Browse the repository at this point in the history
  • Loading branch information
plasticine committed Mar 24, 2017
1 parent d005d1f commit 313f796
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).


### `3.0.0`

- [feature] Huge refactor & cleanup converting underlying implementation to use Babel Core. [#36](https://github.com/plasticine/inject-loader/pull/36)
- This should fix a huge number of really annoying edge-cases that were present in the previous implementation, e.g [#32](https://github.com/plasticine/inject-loader/issues/32)
- Support Sourcemaps! [10](https://github.com/plasticine/inject-loader/issues/10)
- Massive thanks to @vladimir-tikhonov for his stellar effots! 🚀👏

### `2.0.1` — 2015-08-05

- [fixed] — Injection of Babel generated module code. [#11](https://github.com/plasticine/inject-loader/pull/11)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inject-loader",
"version": "3.0.0-beta4",
"version": "3.0.0",
"description": "A Webpack loader for injecting code into modules via their dependencies",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 313f796

Please sign in to comment.