diff options
author | Ryan Van Etten <ryanve@gmail.com> | 2013-04-26 14:00:20 -0400 |
---|---|---|
committer | Ryan Van Etten <ryanve@gmail.com> | 2013-04-26 14:00:20 -0400 |
commit | dd42383f85ac5d946137bb7a46470795539b49b8 (patch) | |
tree | 5ff60d780c8a41a55961669fe814c094f60cfd50 | |
parent | 17cc42ad043f24bc47fa7ca73a2f073327033fef (diff) | |
download | verge-dd42383f85ac5d946137bb7a46470795539b49b8.zip verge-dd42383f85ac5d946137bb7a46470795539b49b8.tar.gz verge-dd42383f85ac5d946137bb7a46470795539b49b8.tar.bz2 |
Use relative links.
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1524737..fda3192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ -# CHANGELOG | [current](https://github.com/ryanve/verge/blob/master/verge.js) +# CHANGELOG | [current](./verge.js) -## [1.7](https://github.com/ryanve/verge/blob/74095aff6156e3023bc49c4f388ac752b3c346d5/verge.js) +## [1.7](../74095aff6156e3023bc49c4f388ac752b3c346d5/verge.js) - Added: `verge.aspect()` -- `verge.rectangle()`: Invalid inputs now return `false` rather than `undefined`. Removed undocumented [3rd param](https://github.com/ryanve/verge/commit/798c7edd54f4ebb73b175ab4498848338295729d). +- `verge.rectangle()`: Invalid inputs now return `false` rather than `undefined`. Removed undocumented [3rd param](../../commit/798c7edd54f4ebb73b175ab4498848338295729d). -## [1.6](https://github.com/ryanve/verge/blob/c33d67d70ca0fb3048d95b1d046d95f0a8b08707/verge.js) +## [1.6](../c33d67d70ca0fb3048d95b1d046d95f0a8b08707/verge.js) - Added: `verge.matchMedia()` and `verge.mq()` -## [1.5](https://github.com/ryanve/verge/blob/9699dfff1c6628d667073773f914af9848ca97f1/verge.js) +## [1.5](../9699dfff1c6628d667073773f914af9848ca97f1/verge.js) -Major simplifications were made. All `.fn` methods were removed. ([See here.](https://github.com/ryanve/verge/issues/1)) This also allowed for the top-level `.bindVerger` and `.bridge` methods to be removed, as integration is now much more simple. See [the readme](https://github.com/ryanve/verge/blob/master/README.md). The `.noConflict` unnecessary and was also removed. What left with is a lightweight [static api](https://github.com/ryanve/verge/blob/master/README.md). Devs can decide how and if they want to implement effins, while [verge](https://github.com/ryanve/verge) simply provides the functional tools to do so.
\ No newline at end of file +Major simplifications were made. All `.fn` methods were removed. See [#1](../../issues/1). This also allowed for the top-level `.bindVerger` and `.bridge` methods to be removed, as integration is now much more simple. See [README.md](./README.md). The `.noConflict` unnecessary and was also removed. What left with is a lightweight [static api](./README.md). Devs can decide how and if they want to implement effins, while [verge](../) simply provides the functional tools to do so.
\ No newline at end of file |