Skip to content

Commit bd8e1cc

Browse files
committed
Update for new repo
1 parent 12a6657 commit bd8e1cc

File tree

3 files changed

+8
-60
lines changed

3 files changed

+8
-60
lines changed

CHANGELOG.md

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -11,55 +11,3 @@ New features:
1111
Bugfixes:
1212

1313
Other improvements:
14-
15-
## [v3.1.0](https://github.com/purescript-web/purescript-web-promise/releases/tag/v3.0.0) - 2022-07-30
16-
17-
New features:
18-
- Added `thenOrCatch` (#16 by @garyb)
19-
20-
## [v3.0.0](https://github.com/purescript-web/purescript-web-promise/releases/tag/v3.0.0) - 2022-04-27
21-
22-
Breaking changes:
23-
- Migrate FFI to ES modules (#14 by @JordanMartinez)
24-
25-
New features:
26-
27-
Bugfixes:
28-
29-
Other improvements:
30-
31-
## [v2.1.0](https://github.com/purescript-web/purescript-web-promise/releases/tag/v2.1.0) - 2021-06-23
32-
33-
New features:
34-
- Added `toPromise` and `fromPromise` helper functions to the `LazyPromise` module for convenient transformations between the `Promise` and `LazyPromise` types (#12 by @thomashoneyman)
35-
36-
## [v2.0.0](https://github.com/purescript-web/purescript-web-promise/releases/tag/v2.0.0) - 2021-02-26
37-
38-
Breaking changes:
39-
- Added support for PureScript 0.14 and dropped support for all previous versions (#6, #7)
40-
41-
New features:
42-
- Add roles declarations to allow safe coercions (#4)
43-
44-
Bugfixes:
45-
- Properly account for Promise flattening and add lazy boxing (#8)
46-
47-
Other improvements:
48-
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#5)
49-
- Added a CHANGELOG.md file and pull request template (#9, #10)
50-
51-
## [v1.0.3](https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.3) - 2020-03-30
52-
53-
- Fixed eta-reduced FFI functions (@thomashoneyman)
54-
55-
## [v1.0.2](https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.2) - 2020-01-14
56-
57-
- Fixed typo in FFI
58-
59-
## [v1.0.1](https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.1) - 2020-01-14
60-
61-
- Fixed typo in FFI
62-
63-
## [v1.0.0](https://github.com/purescript-web/purescript-web-promise/releases/tag/v1.0.0) - 2020-01-14
64-
65-
- Initial release

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# purescript-web-promise
1+
# purescript-js-promise
22

3-
[![Latest release](http://img.shields.io/github/release/purescript-web/purescript-web-promise.svg)](https://github.com/purescript-web/purescript-web-promise/releases)
4-
[![Build status](https://github.com/purescript-web/purescript-web-promise/workflows/CI/badge.svg?branch=master)](https://github.com/purescript-web/purescript-web-promise/actions?query=workflow%3ACI+branch%3Amaster)
5-
[![Pursuit](https://pursuit.purescript.org/packages/purescript-web-promise/badge)](https://pursuit.purescript.org/packages/purescript-web-promise)
3+
[![Latest release](http://img.shields.io/github/release/purescript-web/purescript-js-promise.svg)](https://github.com/purescript-web/purescript-js-promise/releases)
4+
[![Build status](https://github.com/purescript-web/purescript-js-promise/workflows/CI/badge.svg?branch=master)](https://github.com/purescript-web/purescript-js-promise/actions?query=workflow%3ACI+branch%3Amaster)
5+
[![Pursuit](https://pursuit.purescript.org/packages/purescript-js-promise/badge)](https://pursuit.purescript.org/packages/purescript-js-promise)
66

77
Types and low-level implementations for JavaScript Promises.
88

99
## Installation
1010

1111
```
12-
spago install web-promise
12+
spago install js-promise
1313
```
1414

1515
## Documentation
1616

17-
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-web-promise).
17+
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-js-promise).
1818

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"build": "eslint src && pulp build -- --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"eslint": "^7.15.0",
9-
"pulp": "16.0.0-0",
8+
"eslint": "^8.22.0",
9+
"pulp": "16.0.2",
1010
"purescript-psa": "^0.8.2",
1111
"rimraf": "^3.0.2"
1212
}

0 commit comments

Comments
 (0)