Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan Demir committed Aug 1, 2023
1 parent 770fa74 commit 1b0d8f3
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
@@ -0,0 +1,17 @@
# Changelog

All notable changes to `cappadocia-viewer` will be documented in this file.

## 0.0.1 - 2023-08-02

- [chore: bump version to 0.0.2](https://github.com/hsndmr/cappadocia-viewer/commit/770fa7418cf2b6ba4b36fd32c79fec8dc72aaffa)
- [chore: bump version to 0.0.2](https://github.com/hsndmr/cappadocia-viewer/commit/489725a2b06558a0ddf414d58d094bc2f4ce2039)
- [docs: add image and description with installation instructions](https://github.com/hsndmr/cappadocia-viewer/commit/4e3ebca913ea5c3f8c8d79f5b5ae65617b67fa14)
- [docs: add app image for readme](https://github.com/hsndmr/cappadocia-viewer/commit/33f6a1ae7fdb98184ce46ed2b70e2eb0ef5579d0)
- [feat: add seconds to timestamp format in ViewerItem component](https://github.com/hsndmr/cappadocia-viewer/commit/648718a775c23f4fe59c428b35648d3ce86f4144)
- [refactor: remove unused JSONTree import from ViewerItem component](https://github.com/hsndmr/cappadocia-viewer/commit/4fc2d8ffcc4438f6d279db44f7fafeb4fcc56e68)
- [refactor: replace JSONTree with JsonView component in ViewerItem](https://github.com/hsndmr/cappadocia-viewer/commit/e75d620e568201e9e7a1d0202a847c21462f3db5)
- [feat: add JsonView component for rendering JSON data](https://github.com/hsndmr/cappadocia-viewer/commit/98cd0729dccaefa713fe3830fad10946ed48da01)
- [feat: add logic to handle empty search string](https://github.com/hsndmr/cappadocia-viewer/commit/761767919bd8cca76748414d60598a1fd4436b1a)
- [fix: prevent adding ViewerModel if searchText is not empty](https://github.com/hsndmr/cappadocia-viewer/commit/75c64441c0fdeb0ea775336b836baed4945d14ea)
- [feat: wrap Chip component with Box in ViewerItem component](https://github.com/hsndmr/cappadocia-viewer/commit/5462a0e7abcacf4dde6f8dcb7305b834dca3744b)

0 comments on commit 1b0d8f3

Please sign in to comment.