Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSteffanick committed Apr 6, 2018
1 parent 56e492e commit 236d0f5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [0.1.0] - 2018-04-06
### Added
* `c:home()` [controller.xquery]
* `m:html5` [model.xquery]
* `m:html5-base()` [model.xquery]
* `m:html5-body` [model.xquery]
* `m:html5-filter` [model.xquery]
* `m:html5-head` [model.xquery]
* `m:html5-head-meta()` [model.xquery]
* `m:html5-link` [model.xquery]
* `m:html5-meta` [model.xquery]
* `m:html5-noscript` [model.xquery]
* `m:html5-title()` [model.xquery]
* `m:html5-script` [model.xquery]
* `m:html5-style` [model.xquery]
* `m:html5-template` [model.xquery]
* `m:html5-lang` [model.xquery]
* `v:html` [view.xquery]
* `c:home()` ([controller.xquery])
* `m:html5()` ([model.xquery])
* `m:html5-base()` ([model.xquery])
* `m:html5-body()` ([model.xquery])
* `m:html5-filter()` ([model.xquery])
* `m:html5-head()` ([model.xquery])
* `m:html5-head-meta()` ([model.xquery])
* `m:html5-link()` ([model.xquery])
* `m:html5-meta()` ([model.xquery])
* `m:html5-noscript()` ([model.xquery])
* `m:html5-title()` ([model.xquery])
* `m:html5-script()` ([model.xquery])
* `m:html5-style()` ([model.xquery])
* `m:html5-template()` ([model.xquery])
* `m:html5-lang()` ([model.xquery])
* `v:html()` ([view.xquery])

## [0.0.2] - 2018-04-03
### Added
Expand Down

0 comments on commit 236d0f5

Please sign in to comment.