From 4c2342e479f1c603c1da376fc9cc92464384fbb1 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Sun, 11 Oct 2020 00:34:29 -0400 Subject: [PATCH 1/3] Move changelog and contributing docs to match Contributors guidelines --- docs/CHANGELOG.md => CHANGELOG.md | 0 .github/CONTRIBUTING.md => CONTRIBUTING.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename docs/CHANGELOG.md => CHANGELOG.md (100%) rename .github/CONTRIBUTING.md => CONTRIBUTING.md (100%) diff --git a/docs/CHANGELOG.md b/CHANGELOG.md similarity index 100% rename from docs/CHANGELOG.md rename to CHANGELOG.md diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md From 69637505392dcdc5d6ca0b18051ac4151ad02eba Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Sun, 11 Oct 2020 00:38:08 -0400 Subject: [PATCH 2/3] Update references to moved documents --- README.md | 4 ++-- docs/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa75256..6b0ff84 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The quick start hasn't been written yet (contributions are welcome!). The quick `nullable` documentation is stored in a few places: 1. Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-nullable). -2. Written documentation and [the changelog](./docs/CHANGELOG.md) are kept in [the docs directory](./docs). +2. Written documentation is kept in the [docs directory](./docs). 3. Usage examples can be found in [the test suite](./test). If you get stuck, there are several ways to get help: @@ -38,6 +38,6 @@ You can contribute to `nullable` in several ways: 1. If you encounter a problem or have a question, please [open an issue](https://github.com/purescript-contrib/purescript-nullable/issues). We'll do our best to work with you to resolve or answer it. -2. If you would like to contribute code, tests, or documentation, please [read the contributor guide](./.github/CONTRIBUTING.md). It's a short, helpful introduction to contributing to this library, including development instructions. +2. If you would like to contribute code, tests, or documentation, please [read the contributor guide](./CONTRIBUTING.md). It's a short, helpful introduction to contributing to this library, including development instructions. 3. If you have written a library, tutorial, guide, or other resource based on this package, please share it on the [PureScript Discourse](https://discourse.purescript.org)! Writing libraries and learning resources are a great way to help this library succeed. diff --git a/docs/README.md b/docs/README.md index 1d30f7c..1bd4214 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,3 @@ # Nullable Documentation -This directory contains documentation for `nullable`. If you are interested in contributing new documentation, please read the [contributor guidelines](../.github/CONTRIBUTING.md) and [What Nobody Tells You About Documentation](https://documentation.divio.com) for help getting started. +This directory contains documentation for `nullable`. If you are interested in contributing new documentation, please read the [contributor guidelines](../CONTRIBUTING.md) and [What Nobody Tells You About Documentation](https://documentation.divio.com) for help getting started. From 44715949758d2c6d368163f5f03e4b73b62c4bca Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Sun, 11 Oct 2020 00:38:23 -0400 Subject: [PATCH 3/3] Populate changelog --- CHANGELOG.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb34d86..25a1981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,4 +12,51 @@ Bugfixes: Other improvements: -## [0.0.0] - 2020-01-01 +## [v4.1.1](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v4.1.1) - 2019-01-12 + +- Expand documentation + +## [v4.1.0](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v4.1.0) - 2018-09-09 + +- Export `null` and `notNull` (@bklaric) + +## [v4.0.0](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v4.0.0) - 2018-05-24 + +- Updated for PureScript 0.12 + +## [v3.0.0](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v3.0.0) - 2017-04-02 + +- Updates for 0.11 compiler + +## [v2.0.0](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v2.0.0) - 2016-10-17 + +- Updated dependencies + +## [v1.0.1](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v1.0.1) - 2016-06-13 + +- Fix `bower.json` (@kika) + +## [v1.0.0](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v1.0.0) - 2016-06-02 + +- Updates for 1.0 core libraries. + +## [v0.2.1](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v0.2.1) - 2015-07-24 + +- Fix `null` issue spotted by @Javran. + +## [v0.2.0](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v0.2.0) - 2015-06-30 + +- This release works with versions 0.7.\* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library. + +## [v0.2.0-rc.1](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v0.2.0-rc.1) - 2015-06-19 + +- Release for the 0.7 compiler. + +## [v0.1.1](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v0.1.1) - 2015-03-07 + +- Handle `undefined`. + +## [v0.1.0](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v0.1.0) - 2015-01-29 + +- Initial release +