Skip to content

Commit 3eeb048

Browse files
committed
Added a CHANGELOG. Fixed #2.
1 parent 6bfba72 commit 3eeb048

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
6+
Versions prior to v0.1.0 are considered experimental, their API may change.
7+
8+
## [Unreleased]
9+
10+
### Added
11+
- this changelog file.
12+
13+
## [0.0.3] - 2020-07-26
14+
15+
### Added
16+
- the setup for a nice cljdoc documentation.
17+
18+
## [0.0.2] - 2020-07-26
19+
20+
### Added
21+
- the generator function in a separate namespace.
22+
- a documentation in `doc/`.
23+
24+
### Changed
25+
- some functions in the helpers.
26+
27+
## [0.0.1] - 2020-05-13
28+
29+
### Added
30+
- the `valid?` function, to validate data against a model.
31+
- the helper functions, to build the models.

doc/cljdoc.edn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
{:cljdoc.doc/tree [["Introduction" {:file "doc/README.md"}]
1+
{:cljdoc.doc/tree [["Readme" {:file "README.md"}]
2+
["Changes" {:file "CHANGELOG.md"}]
3+
["Introduction" {:file "doc/introduction.md"}]
24
["Design Choices" {:file "doc/design_choices.md"}]
35
["Model Anatomy" {:file "doc/model_anatomy.md"}]
46
["Model Builder" {:file "doc/model_builder.md"}]

0 commit comments

Comments
 (0)