Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-sevin committed Aug 3, 2020
1 parent e02aadf commit da12d37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## Changes
## [0.20.0] - 2020-08-03

### Fixed
- Mongo translator: generate a join step with column names containing any character
- Pagination: always display pagination for multiple pages dataset
- Filters: keep value if typeof match on operator change
- MongoQuery: degroup addFields
Expand Down Expand Up @@ -346,6 +347,7 @@

- Initial version, showtime!

[0.20.0]: https://github.com/ToucanToco/weaverbird/compare/v0.19.3...v0.20.0
[0.19.3]: https://github.com/ToucanToco/weaverbird/compare/v0.19.2...v0.19.3
[0.19.2]: https://github.com/ToucanToco/weaverbird/compare/v0.19.1...v0.19.2
[0.19.1]: https://github.com/ToucanToco/weaverbird/compare/v0.19.0...v0.19.1
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": "weaverbird",
"version": "0.19.3",
"version": "0.20.0",
"description": "A generic Visual Query Builder built in Vue.js",
"bugs": {
"url": "https://github.com/ToucanToco/weaverbird/issues",
Expand Down

0 comments on commit da12d37

Please sign in to comment.