Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kim-Butler committed Nov 30, 2022
1 parent a0b0c7c commit e2769aa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.0.0](https://github.com/notarize/qlc/compare/2.2.0...3.0.0)

### Features

- **Breaking**: Add support for marking types as `readonly`. Can be disabled with `--disable-readonly-types`
- **Breaking**: Remove `tslint:disable` from output -- one can use tslintignore if still using this linter
- **Breaking**: Add much better support for recursively higher-order types (lists of lists, etc)
- Sort enum variants in output

### Chores

- **Breaking**: Update to clap v4, which parses qlc's cli args and produces help messaging
- Upgrade other minor deps
- Revamp integration testing, inventing QLC "test schema" and using file fixtures

## [2.2.0](https://github.com/notarize/qlc/compare/2.1.0...2.2.0)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qlc"
version = "2.2.0"
version = "3.0.0"
authors = ["Eric Kim-Butler <eric.butler@notarize.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit e2769aa

Please sign in to comment.