Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 431b556

Browse files
committed
Add CHANGELOG.md and commit package-lock.json
1 parent 71b706e commit 431b556

File tree

2 files changed

+1144
-0
lines changed

2 files changed

+1144
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog for apidoc-core
2+
3+
## Unreleased
4+
5+
### Added
6+
7+
* Allow the use of | to specify different types: {String|Number} (#62)
8+
* Allow the use of $ in the param name (#36)
9+
* Allow special characters in name and group
10+
11+
### Changed
12+
13+
* Update dependencies
14+
* Use os.EOL instead of own logic for line endings
15+
16+
### Fixed
17+
18+
* Update elixir's syntax (#65)

0 commit comments

Comments
 (0)