You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update FFI to EffectFnX types; update repo to purescript-web standards (#3)
* Update FFI to EffectFnX types
* Add a changelog
* Update eslint config to match web-dom's
Keeping these files the same helps
when updating the ecosystem due to
compiler breaking changes
* Add .github folder from web-dom
* Add modified ci.yml file from form-urlencoded
* Drop comments in packages.dhall file
* Update Show instances
* Add functions to dependencies
about: Suggest types, functions, properties that may be missing
4
+
title: ''
5
+
labels: enhancement
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
### Prerequisites
11
+
12
+
-[ ] Before opening an issue, please check the [W3C Web Workers standard](https://html.spec.whatwg.org/multipage/workers.html). If it doesn't appear in this spec, it may be present in the spec for one of the other `purescript-web` projects. Although MDN is a great resource, it is not a suitable reference for this project.
13
+
14
+
### Description
15
+
16
+
<!-- A summary of the thing to include, with a link to the relevant section of the spec -->
-[ ] Before opening a pull request, please check the DOM standard (https://dom.spec.whatwg.org/). If it doesn't appear in this spec, it may be present in the spec for one of the other `purescript-web` projects. Although MDN is a great resource, it is not a suitable reference for this project.
4
+
5
+
**Description of the change**
6
+
7
+
Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to it. Include any other background context that would help reviewers understand the motivation for this PR.
8
+
9
+
---
10
+
11
+
**Checklist:**
12
+
13
+
-[ ] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
14
+
-[ ] Linked any existing issues or proposals that this pull request should close
15
+
-[ ] Updated or added relevant documentation
16
+
-[ ] Added a test for the contribution (if applicable)
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
+
- Refactored `Worker` to better match the spec
9
+
- Refactored `Credentials`' `Show` instance to be more `Show`-like; use `printCredentials` now
0 commit comments