File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" }]
You can’t perform that action at this time.
0 commit comments