Skip to content

Commit

Permalink
⚡️ Compile to es2015 modules for tree-shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
tjoskar committed Nov 7, 2018
1 parent 948e401 commit 826d6db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 5.0.0 (2018-11-07)

### Braking changes
* Compiling to ES2015 modules. Closes [#363](https://github.com/tjoskar/ng-lazyload-image/issues/363)

## 4.1.0 (2018-11-07)

### Feature
* Introduce hooks. See [#365](https://github.com/tjoskar/ng-lazyload-image/issues/365)

## 4.0.0 (2018-05-19)

### Braking changes
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-lazyload-image",
"version": "4.1.0",
"version": "5.0.0",
"description": "Lazy image loader for Angular > v2",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"declaration": true,
"target": "es5",
"module": "commonjs",
"module": "es2015",
"moduleResolution": "node",
"noEmitOnError": true,
"noImplicitAny": false,
Expand Down

0 comments on commit 826d6db

Please sign in to comment.