|
| 1 | +# Changelog |
| 2 | + |
| 3 | +Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +Breaking changes: |
| 8 | + |
| 9 | +New features: |
| 10 | + |
| 11 | +Bugfixes: |
| 12 | + |
| 13 | +Other improvements: |
| 14 | + |
| 15 | +## [v2.3.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.3.0) - 2019-09-15 |
| 16 | + |
| 17 | +Added `head` for `HTMLDocument` (@elliotdavies) |
| 18 | + |
| 19 | +## [v2.2.2](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.2.2) - 2019-08-18 |
| 20 | + |
| 21 | +Raised upper bound for `purescript-web-dom` |
| 22 | + |
| 23 | +## [v2.2.1](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.2.1) - 2019-06-02 |
| 24 | + |
| 25 | +Updated dependency ranges for compatibility with latest `purescript-web-dom` |
| 26 | + |
| 27 | +## [v2.2.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.2.0) - 2019-05-26 |
| 28 | + |
| 29 | +Added `opener` and `parent` for `Window` (@jonathanlking) |
| 30 | + |
| 31 | +## [v2.1.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.1.0) - 2019-05-08 |
| 32 | + |
| 33 | +Fixed `checkValidity` functions and added `reportValidity` (@bosyi) |
| 34 | + |
| 35 | +## [v2.0.1](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.0.1) - 2019-04-13 |
| 36 | + |
| 37 | +Corrected type for `HTMLDocument.fromDocument` (@galenhuntington) |
| 38 | + |
| 39 | +## [v2.0.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v2.0.0) - 2019-02-23 |
| 40 | + |
| 41 | +Bumped `-web-events` dependency, `Event.defaultPrevented` is now effectful. |
| 42 | + |
| 43 | +## [v1.2.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v1.2.0) - 2018-10-06 |
| 44 | + |
| 45 | +- Added `referrer`, `title`, `setTitle` for `HTMLDocument` (@elliotdavies) |
| 46 | +- Added `language` and `userAgent` for `navigator` (@elliotdavies) |
| 47 | + |
| 48 | +## [v1.1.1](https://github.com/purescript-web/purescript-web-html/releases/tag/v1.1.1) - 2018-09-22 |
| 49 | + |
| 50 | +- Added missing export for `currentScript` |
| 51 | + |
| 52 | +## [v1.1.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v1.1.0) - 2018-09-21 |
| 53 | + |
| 54 | +- Added `currentScript` for `HTMLDocument` (@cprussin) |
| 55 | + |
| 56 | +## [v1.0.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v1.0.0) - 2018-05-25 |
| 57 | + |
| 58 | +Initial release |
| 59 | + |
0 commit comments