Skip to content

Commit

Permalink
Merge pull request #9 from schoero/development
Browse files Browse the repository at this point in the history
chore(release): v0.1.4
  • Loading branch information
schoero authored Nov 1, 2023
2 parents df3ce2b + 2677547 commit 849d26b
Show file tree
Hide file tree
Showing 450 changed files with 3,479 additions and 3,334 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## v0.1.4

[compare changes](https://github.com/schoero/unwritten/compare/v0.1.2...v0.1.4)

### Features

- Allow partial rendering of parent names ([c960a4e](https://github.com/schoero/unwritten/commit/c960a4e))
- Add option to disable the rendering of source code links ([7644118](https://github.com/schoero/unwritten/commit/7644118))

### Fixes

- Reduce nesting only if it was increased ([8126e25](https://github.com/schoero/unwritten/commit/8126e25))
- Schema types ([705e690](https://github.com/schoero/unwritten/commit/705e690))
- Tuple types getting widened with `DeepRequiredByKey` and `DeepPartialByKey` ([5fbe807](https://github.com/schoero/unwritten/commit/5fbe807))

### Chore

- **release:** V0.1.3 ([e5dcf33](https://github.com/schoero/unwritten/commit/e5dcf33))
- Add type annotations ([2b55d3b](https://github.com/schoero/unwritten/commit/2b55d3b))
- Code cleanup ([8fbfa6c](https://github.com/schoero/unwritten/commit/8fbfa6c))
- Remove unused config ([77f3faf](https://github.com/schoero/unwritten/commit/77f3faf))
- Update schema ([4df6fb8](https://github.com/schoero/unwritten/commit/4df6fb8))

### Styles

- Remove import file extensions ([7d079db](https://github.com/schoero/unwritten/commit/7d079db))
- Fix eslint violations ([3b3f83e](https://github.com/schoero/unwritten/commit/3b3f83e))

### ❤️ Contributors

- Roger Schönbächler

## v0.1.3

[compare changes](https://github.com/schoero/unwritten/compare/v0.1.2...v0.1.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"name": "unwritten",
"description": "unwritten is a cli tool that auto generates documentation from your JavaScript or TypeScript project by utilizing TSDoc or JSDoc comments.",
Expand Down
Loading

0 comments on commit 849d26b

Please sign in to comment.