Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomickigrzegorz committed Feb 10, 2022
1 parent eb2c3c9 commit cfa0e5d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 2022-02-10 (v1.7.5)
### Build
- added script to change library version everywhere during production build

### Performance
- reducing the size of the library by mangle properties and methods:
```js
mangle: {
properties: {
regex: /^_/,
},
},
```

### Refactoring
- removing duplicate method 'setAttr'

## 2022-01-19 (v1.7.4)

### Changed
Expand Down

0 comments on commit cfa0e5d

Please sign in to comment.