beicon
beicon copied to clipboard
Reactive Streams for ClojureScript
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The documentation page at http://funcool.github.io/beicon/latest/ is missing the stylesheet https://niwi.nz/_assets/asciidoctor-styles/simple-red-titles/stylesheet.css.
I know this situation might not be general. So I extended `beicon.core/Observable` to implement the `IFn` interface. But this led to problems in the arrangement of my arguments when using...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
## Changes This PR * Adds the [pairwise](https://rxjs.dev/api/index/function/pairwise) operator. It's equivalent to `(buffer 2 1)`, except for the type returned * Adds a couple of gitignored paths * Quickly mentions...
This PR adds support for [startWith](https://rxjs.dev/api/index/function/startWith) and [endWith](https://rxjs.dev/api/index/function/endWith). The implementation allows for an arbitrary number of values to be passed as args, as in ```cljs (->> (rx/from [3 4]) (rx/start-with...