Skip to content

Commit

Permalink
docs(docs): introduce cz and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtyhenry committed Mar 21, 2024
1 parent 50a10c4 commit a874b22
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version = "0.2.0"
update_changelog_on_bump = true
major_version_zero = true
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
## Unreleased

### Feat

- Add ways to list XCode devices as a CLI command and a CI script;
- New project icon
- Add `Bundle` extension syntactic sugar to load `Data` and `String` contents
- Add `CopyUtils` to lint copy text
- Start handling colors in CLI utils
- `MailtoComponents` now conforms to `Equatable` (for TCA usage)
- Improve the macOS app layout
- Add `allFontNames` extension for `AppKit`
- Add `Pasteboard` utility struct
- Iterate on `TaskStateButton`
- Add new `PlainDatePicker` SwiftUI component (with demo)
- Fix Linux support
- Improve usability of `MockTransport`
- Use `URLRequestHeaderItem` in Endpoint

## 0.2.0 (2023-12-23)

### BREAKING CHANGE

- MandatoryTaskState was renamed TaskState.

### Feat

- Introduce Objective-C library as a new home for older endeavours
- Add PKCE code from an old blog post
- Introduce URLRequestHeaderItem
- Add TaskStateButton
- Add CLIUtils to read input securely in CLI
- Read barcode command
- WrongStatusCodeError conforms to LocalizedError
- Add background activity experiment
- Add UIFont extension and fonts view in demo app
- Add a modified version of TinyNetworking
- Add logging transport
- Add JSON util functions to format JSON
- Improve keychain error support
- Add MailtoComponents with demo
- Support name and description in calendars
- Add Multipart request utility

### Refactor

- Rename DateString to PlainDate
- Rewrite iCal using result builder

## 0.1.0 (2023-07-27)

An initial version. A non-empty starting point.

0 comments on commit a874b22

Please sign in to comment.