Commit Graph

33 Commits

Author SHA1 Message Date
5381c7150c
fix: spago 2024-06-03 15:37:36 -05:00
85c95036e3
feat: parentUntil 2023-12-28 12:45:58 -06:00
03835ee89d
fix: is 2023-11-04 13:38:47 -05:00
c72c268b37
chore: fmt 2023-10-28 15:49:58 -05:00
2041858fd9
refactor: make API more sane 2023-10-28 15:49:52 -05:00
1ac32ff745
chore: remove unused 2023-10-28 14:48:24 -05:00
f3ddfde201
chore: fmt 2023-10-28 14:47:41 -05:00
c5fc886786
fix: migrate to new spago, purescript, bun 2023-10-28 14:46:44 -05:00
icyrockcom
dbf6c78697
Merge pull request #9 from icyrockcom/dependabot/npm_and_yarn/nth-check-and-cheerio-2.1.1
Bump nth-check and cheerio
2023-04-20 08:20:35 -04:00
dependabot[bot]
14e91e917c
Bump nth-check and cheerio
Bumps [nth-check](https://github.com/fb55/nth-check) to 2.1.1 and updates ancestor dependency [cheerio](https://github.com/cheeriojs/cheerio). These dependencies need to be updated together.


Updates `nth-check` from 1.0.2 to 2.1.1
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v1.0.2...v2.1.1)

Updates `cheerio` from 1.0.0-rc.3 to 1.0.0-rc.12
- [Release notes](https://github.com/cheeriojs/cheerio/releases)
- [Commits](https://github.com/cheeriojs/cheerio/compare/1.0.0-rc.3...v1.0.0-rc.12)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
- dependency-name: cheerio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 04:38:05 +00:00
icyrockcom
0920b63b0b v0.2.3 → v0.2.4 2021-08-16 22:44:38 -04:00
icyrockcom
4f50076221 Update to psc 0.14.3, dep ver and spago.dhall, fix typos 2021-08-16 22:42:37 -04:00
icyrockcom
b7ffb74ab3 v0.2.3 2020-07-15 20:52:59 -04:00
icyrockcom
c6b48b1597 Updated dependency version 2020-07-15 20:51:13 -04:00
icyrockcom
7a395b0c37 v0.2.2 2020-04-19 13:44:55 -04:00
icyrockcom
ec0a903f7d Move to spago 2020-04-17 22:03:59 -04:00
icyrockcom
a2f0cb8c4e v0.2.1 2019-11-02 00:15:45 -04:00
icyrockcom
370fa4b23e Updated dependencies versions 2019-11-02 00:10:54 -04:00
icyrockcom
70e11f60f5 v0.2.0 2018-08-05 14:22:19 -04:00
icyrockcom
e8111489db Package versions, hiding Prelude.eq, lodash version
Lodash version fixed due to security vulnerability:
https://nvd.nist.gov/vuln/detail/CVE-2018-3721
2018-08-05 13:48:18 -04:00
icyrockcom
e02796e6a4
Merge pull request #5 from Dretch/toArray
Feature request: toArray function
2018-08-05 12:43:30 -04:00
Gareth Daniel Smith
78ac03a8ef Add a new toArray function, to make it easy to deal with each matched
element individually. Also add some tests/docs for the length function.
2018-08-04 23:02:02 +01:00
icyrockcom
534cf3d4bb
Merge pull request #4 from Dretch/restricted-exports
Remove `*Impl` functions from the module interfaces.
2018-07-30 19:03:55 -04:00
Gareth Daniel Smith
6d5a2bbc10 Remove *Impl functions from the module interfaces. 2018-07-30 20:13:54 +01:00
icyrockcom
cb1c77a9ea
Merge pull request #3 from Dretch/attr-returning-maybe
Change the type of the attr function so it returns Maybe instead of breaking with a javascript error when there are no selected elements.
2018-07-29 11:14:25 -04:00
icyrockcom
b8d3db2f08
Merge pull request #2 from Dretch/fix-bower-link
Fix the bower link in the README
2018-07-29 11:10:12 -04:00
Gareth Daniel Smith
ff5d1c3b22 Deal with the case where the first element does not have the
requested attribute: return Nothing rather than undefined.
2018-07-29 14:55:58 +01:00
Gareth Daniel Smith
4145c4634c Change the type of the attr function so it returns Maybe instead of
breaking with a javascript error when there are no selected elements.
2018-07-29 14:31:38 +01:00
Gareth Daniel Smith
6b85e57619 Fix the bower link in the README 2018-07-29 10:42:16 +01:00
icyrockcom
57983d156d
Merge pull request #1 from Dretch/purescript-12
Migrate to Purescript 12
2018-07-28 15:21:40 -04:00
Gareth Daniel Smith
f021c70946 Migrate to Purescript 12 2018-07-28 08:40:04 +01:00
icyrockcom
7bfc8d7c02 v0.1.0 2018-01-18 00:06:59 -05:00
icyrockcom
d2efb6f0f9 Initial 2018-01-17 23:53:58 -05:00