Skip to content

Commit b51427d

Browse files
committed
Add changelog
1 parent 461c719 commit b51427d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [0.1.0] - 2017-09-17
8+
### Added
9+
10+
- FFI modules for the following web APIs:
11+
- console
12+
- document
13+
- history
14+
- JSON
15+
- localStorage
16+
- object
17+
- window

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
An ElixirScript FFI Library for Web APIs
44

5+
For detailed documentation on the APIs exposed, check
6+
[MDN's Web API documentation](https://developer.mozilla.org/en-US/docs/Web/API)
7+
58
## Installation
69

710
If [available in Hex](https://hex.pm/docs/publish), the package can be installed

0 commit comments

Comments
 (0)