Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

immer

Create the next immutable state by mutating the current one
Collective - Host: opensource - https://opencollective.com/immer - Website: https://immerjs.github.io/immer/ - Code: https://github.com/immerjs/immer

Merge pull request #493 from scilganon/patch-1

Update original.md

github.com/immerjs/immer - 98794b874262ea7ed4e15db15f64583b66c6b5ec authored almost 5 years ago by Michel Weststrate <[email protected]>
added set and iteror stuff

github.com/immerjs/immer - 08f4682afb8937cfdf8eb84047c52369cb4632bd authored almost 5 years ago by Michel Weststrate <[email protected]>
basic map tests succeeding

github.com/immerjs/immer - 735c4023785bdda98841d98f3b0977d3388322a3 authored almost 5 years ago by Michel Weststrate <[email protected]>
Fix produce test for TypeScript 3.7 and add a test for ReadonlyMap and ReadonlySet.

github.com/immerjs/immer - cdc50a963d709b4d5c7a5793c5607d8bae5599bc authored almost 5 years ago by Dave Townsend <[email protected]>
Make explicit use of TypeScript's ReadonlySet and ReadonlyMap types. Fixes #494.

TypeScript provides the ReadonlySet and ReadonlyMap types which match
their normal counterparts ...

github.com/immerjs/immer - 2fba3f8d600746fea5a018e9fdd6927814c2be05 authored almost 5 years ago by Dave Townsend <[email protected]>
Update original.md

add missed imported function

github.com/immerjs/immer - 3425900e89d9070d8f07f2ee6e45ea8ac119c57d authored almost 5 years ago by Max Bylugin <[email protected]>
patch: include sources in sourcemaps, fixes #487

github.com/immerjs/immer - b55ef46d7a880d07d1830d14fc5868fef63ae342 authored almost 5 years ago by Michel Weststrate <[email protected]>
patch: Enable sourcemaps and declaration maps in tsconfig.json

github.com/immerjs/immer - fb70772e15c7c06a675003cb67d6fbe88fbb3f4f authored almost 5 years ago by Michel Weststrate <[email protected]>
build: Enable sourcemaps in tsconfig.json

github.com/immerjs/immer - 294b2417b5f2e1b12d896ae359e5063e16510622 authored almost 5 years ago by Justin Grant <[email protected]>
map unification WIP

github.com/immerjs/immer - 9bcefb658c101b4da43e4bb9bd1fca973cd372af authored about 5 years ago by Michel Weststrate <[email protected]>
Merge branch 'master' into map-fixes

github.com/immerjs/immer - cb63fb00cf1f9402e1bdef71df64a6ecf9e3bbb5 authored about 5 years ago by Michel Weststrate <[email protected]>
feat: convert Immer to TypeScript

Should have no observable changes in behavior for consumers, but marking as minor just in case :)

github.com/immerjs/immer - 52c991467058b04fd6fccf32511ed4e97f1bc6c3 authored about 5 years ago by Michel Weststrate <[email protected]>
Make sure tslib is rolled up

github.com/immerjs/immer - c879e2d585a03d45856b87a66f72d2b6dbfd70a4 authored about 5 years ago by Michel Weststrate <[email protected]>
v5.1.0-beta.2

github.com/immerjs/immer - 2a31640659581cb9f997ac3f599f5b8900b40f96 authored about 5 years ago by Michel Weststrate <[email protected]>
v5.1.0-beta.1

github.com/immerjs/immer - a94bb88cf1ef46c8ed27b762e842f887aae15c9b authored about 5 years ago by Michel Weststrate <[email protected]>
Trying to get bili to work with TypeScriptGenerates error:```$ /Users/mweststrate/Desktop/immer/node_modules/.bin/bilierror Failed to bundle src/index.ts in cjs formatStack Trace:TypeError: this.emitFile is not a function at emitDeclaration (/Users/mweststrate/Desktop/immer/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js:27461:26) at lodash_3 (/Users/mweststrate/Desktop/immer/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js:27469:17) at /Users/mweststrate/Desktop/immer/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js:4923:15 at baseForOwn (/Users/mweststrate/Desktop/immer/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js:3008:24) at /Users/mweststrate/Desktop/immer/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js:4892:18 at forEach (/Users/mweststrate/Desktop/immer/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js:9360:14) at Object._onwrite (/Users/mweststrate/Desktop/immer/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js:27468:13) at Object.generateBundle (/Users/mweststrate/Desktop/immer/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js:27402:27) at /Users/mweststrate/Desktop/immer/node_modules/rollup/dist/rollup.js:17067:25error Command failed with exit code 1.```

github.com/immerjs/immer - 392da92c9807d1e15b1add73cbb9275ae728128d authored about 5 years ago by Michel Weststrate <[email protected]>
All tests pass!

github.com/immerjs/immer - 82d00ccd6adcbcf23e0bd4fe27a12893ebb0d570 authored about 5 years ago by Michel Weststrate <[email protected]>
Making mosts tests pass

github.com/immerjs/immer - f8d4056184a1bbd27ae63a4d250766ef0129ae4c authored about 5 years ago by Michel Weststrate <[email protected]>
converted everything, 0 errors

github.com/immerjs/immer - b4c6e59255912fb814f76ca51689d7e02ae4f622 authored about 5 years ago by Michel Weststrate <[email protected]>
Merge branch 'master' into ts

github.com/immerjs/immer - 15f80793ce9405c6b1baefa8f772794fd2c3dc94 authored about 5 years ago by Michel Weststrate <[email protected]>
fix: #482 object spread breaks IE

github.com/immerjs/immer - 8bc21c8972bf0efa1f475f4c38525f9ae8e8b6be authored about 5 years ago by Michel Weststrate <[email protected]>
Add config for lock bot

github.com/immerjs/immer - 34c4a56e36d23cdb7d2afe8c2ff5a834663574a8 authored about 5 years ago by Pavel Pustovalov <[email protected]>
TS migration in progress

github.com/immerjs/immer - dd56639301725558854f8b764331b15b3a978e5e authored about 5 years ago by Michel Weststrate <[email protected]>
Started with TS conversion

github.com/immerjs/immer - 91615b0cf0f41fb036e36290b707583a4b1ff4af authored about 5 years ago by Michel Weststrate <[email protected]>
test: disabled obscure test for now, for later investigation

github.com/immerjs/immer - 5b8fe707bed83792ba05bece960f47b4b45d8f87 authored about 5 years ago by Michel Weststrate <[email protected]>
Separated map / set logic

github.com/immerjs/immer - 521fc801d334634070e566472d8a699978ac4a3e authored about 5 years ago by Michel Weststrate <[email protected]>
chore: Improved issue templates

github.com/immerjs/immer - c523588c1fd15b40381c37a0e6eb0e9c5e47eb0b authored about 5 years ago by Michel Weststrate <[email protected]>
Merge branch 'master' into map-fixes

github.com/immerjs/immer - e4117ffd5d6efccf3928c71b0d155c1c74c01ea0 authored about 5 years ago by Michel Weststrate <[email protected]>
fix: Merge branch 'oriSomething-fix-472'

github.com/immerjs/immer - 7a8e4e4cfdb5a47a3dd76ca672c77e69fc417a98 authored about 5 years ago by Michel Weststrate <[email protected]>
Merge branch 'fix-472' of https://github.com/oriSomething/immer into oriSomething-fix-472

github.com/immerjs/immer - 3550e53126e01522a529f53c476b35415f492319 authored about 5 years ago by Michel Weststrate <[email protected]>
Added tests reproducing #472 and #466

github.com/immerjs/immer - db9b6897659c8aeb8938abf0537761ee2e4b0370 authored about 5 years ago by Michel Weststrate <[email protected]>
Merge pull request #473 from slikts/master

chore: use SVG logo

github.com/immerjs/immer - c1432fac48f25ad51cd2abb030558e2644616a74 authored about 5 years ago by Michel Weststrate <[email protected]>
chore: add PNG logos

github.com/immerjs/immer - 4fdd10c4eab35517e20bd62c74645a87b6c43660 authored about 5 years ago by slikts <[email protected]>
fix: Fixed #477, Immer crashes without an Object.assign polyfill

github.com/immerjs/immer - 4895824ba635fbc5f8b2829f8dac1cb3b74bddf4 authored about 5 years ago by Michel Weststrate <[email protected]>
Fixing #472 (In proxy, Frozen Maps#get() values don't become draft)

github.com/immerjs/immer - 0020809c1792b63d91847a86d343467adebcc1aa authored about 5 years ago by Ori Livni <[email protected]>
Fixed tests snapshots

github.com/immerjs/immer - b2cef505cccf619e9b1cb800e0b207c2d3d0ac90 authored about 5 years ago by Ori Livni <[email protected]>
tests - Fixing setting flags in beforeAll, so will execute correctly

github.com/immerjs/immer - e113ff071ed20383097ba2ea729b405ff41bd314 authored about 5 years ago by Ori Livni <[email protected]>
docs: added TypeScript readonly types note

github.com/immerjs/immer - d3be40e992ee5d926fe0e3494b956c1517c1e42e authored about 5 years ago by Michel Weststrate <[email protected]>
test: tried to reproduce #469

github.com/immerjs/immer - e504e0beac5876c3823fc4650ced73e075cf23a2 authored about 5 years ago by Michel Weststrate <[email protected]>
chore: use SVG logo

github.com/immerjs/immer - 08be51f6b8433f0b68821b379ac571b4c2013eef authored about 5 years ago by slikts <[email protected]>
fix no-index

github.com/immerjs/immer - dbedded6f0a5fb4dc8180e7579e37ad4599a537e authored about 5 years ago by Michel Weststrate <[email protected]>
Merge pull request #460 from JeewhanR/master

Docs: fix broken link in faq.md

github.com/immerjs/immer - f29e78327b9852f90a58649974ebfa3aa18af43f authored about 5 years ago by Michel Weststrate <[email protected]>
docs: fix link

github.com/immerjs/immer - 310cb7c7662f49e6140a5117b9aa5d58bcb8ac88 authored about 5 years ago by Jeewhan <[email protected]>
patch: add funding field

patch: add funding field

github.com/immerjs/immer - 597126f75dde2dad9beed7c3d9afaec2897c3f0e authored about 5 years ago by Michel Weststrate <[email protected]>
docs: spelling fix

Fixes word form in docs/installation.md

github.com/immerjs/immer - cca5e99f9f6fa73688ccbc5e17ee94625af17e2a authored about 5 years ago by Michel Weststrate <[email protected]>
patch: add funding field

github.com/immerjs/immer - 2e97fc12ff8141c3b2d7e326530adc03df0740ba authored about 5 years ago by Michel Weststrate <[email protected]>
Fixes word form

The adverb form makes more sense here

github.com/immerjs/immer - fa77d74af4513c1dd9f2f3af00b48b133e4e6226 authored about 5 years ago by Oliver Melvin <[email protected]>
Better sidebar title

github.com/immerjs/immer - 39c6e72b597451914685af442cf7dfa0f2593903 authored about 5 years ago by Michel Weststrate <[email protected]>
Merge pull request #454 from immerjs/dependabot/npm_and_yarn/js-yaml-3.13.1

chore(deps): bump js-yaml from 3.13.0 to 3.13.1

github.com/immerjs/immer - f29012651f9b5a73d9b32f2e0cd873c6fff3f541 authored about 5 years ago by Michel Weststrate <[email protected]>
Merge pull request #453 from immerjs/dependabot/npm_and_yarn/handlebars-4.5.1

chore(deps): bump handlebars from 4.1.1 to 4.5.1

github.com/immerjs/immer - 33d7e42d3cb7d962842837a3b3fcdeb7171881cd authored about 5 years ago by Michel Weststrate <[email protected]>
Merge pull request #452 from immerjs/dependabot/npm_and_yarn/lodash-4.17.13

chore(deps-dev): bump lodash from 4.17.11 to 4.17.13

github.com/immerjs/immer - f0257693291328aae6395f0487abc293a8fab209 authored about 5 years ago by Michel Weststrate <[email protected]>
Merge pull request #451 from immerjs/dependabot/npm_and_yarn/mixin-deep-1.3.2

chore(deps): bump mixin-deep from 1.3.1 to 1.3.2

github.com/immerjs/immer - 2994ef60fc14f22722541fcd0f4870a0433fdaac authored about 5 years ago by Michel Weststrate <[email protected]>
docs: more of that

github.com/immerjs/immer - 41809f80a83558b69bb0ff59a4330a4ce4977321 authored about 5 years ago by Michel Weststrate <[email protected]>
docs: added Map example

github.com/immerjs/immer - 85361a7f7ae200803742181ad0d6a319b77f05f2 authored about 5 years ago by Michel Weststrate <[email protected]>
chore(deps): bump js-yaml from 3.13.0 to 3.13.1

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1.
- [Release notes](http...

github.com/immerjs/immer - 65a0f415f35f00ad909a696e9b11ced9ec356e49 authored about 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump handlebars from 4.1.1 to 4.5.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.5.1.
- [Release note...

github.com/immerjs/immer - de09b74079ac1c27f1e38a9c12a3cf62e96baff8 authored about 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump lodash from 4.17.11 to 4.17.13

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](http...

github.com/immerjs/immer - 742286ff3fecc0a8b2431f478ccbdb11cfaa2d26 authored about 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release ...

github.com/immerjs/immer - e38072c0c1367c9837b2ea1ca8a3358a45bf3f18 authored about 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: added first class support for `Map` and `Set`

BREAKING CHANGE: Maps and Sets are treated differently now; they will no longer directly mutated...

github.com/immerjs/immer - b6f1d409800fc7074a10f6c2530ee21fc803dd1b authored about 5 years ago by Michel Weststrate <[email protected]>
Sanity fix

github.com/immerjs/immer - 0f4fe3f247c82d196d6662b1ba489bbd8af854fe authored about 5 years ago by Michel Weststrate <[email protected]>
Updated typings

github.com/immerjs/immer - f8c65f02e3221d35ac6d58dd4f44c40e0df67a55 authored about 5 years ago by Michel Weststrate <[email protected]>
Updated docs. Also fixes #445

github.com/immerjs/immer - 73356712ad88696c8151df93ef3a5af0a149d798 authored about 5 years ago by Michel Weststrate <[email protected]>
Travis fix(?)

github.com/immerjs/immer - e819e794058edba4c23617fc6c4333911a135c0e authored about 5 years ago by Michel Weststrate <[email protected]>
Made sure maps and sets become truly immutable

github.com/immerjs/immer - 82db631aedf7944871f9dddbb1e00ed8c0939fd0 authored about 5 years ago by Michel Weststrate <[email protected]>
More tests, also fixed binding of produceWithPatches

github.com/immerjs/immer - 7d32b7c4edfe075d302209e91853cbf3aee9d100 authored about 5 years ago by Michel Weststrate <[email protected]>
ensure set patch is not modified

github.com/immerjs/immer - 24658bc36e0d0bb09d8df5e2a08ecc51fde916d3 authored about 5 years ago by Andrey Boldyrev <[email protected]>
avoid creating null keys in proxies

github.com/immerjs/immer - f90b586d4c8420ef571b0287a506435a94428811 authored about 5 years ago by Andrey Boldyrev <[email protected]>
fix ie11

github.com/immerjs/immer - ffd8769f51f1769d3fd08b08a35ad14ffe37f95a authored about 5 years ago by Andrey Boldyrev <[email protected]>
fix specs

github.com/immerjs/immer - ff25a83820815fd5672a33d4c033f40f3805ed58 authored about 5 years ago by Andrey Boldyrev <[email protected]>
Merge branch 'master' into v4

github.com/immerjs/immer - 741e9413d53bc2ff93ee0444128675fd6190e06e authored about 5 years ago by Michel Weststrate <[email protected]>
re-run prettier

github.com/immerjs/immer - 732fb1913e7367ddd0c94d0f92083143b3ac014d authored about 5 years ago by Michel Weststrate <[email protected]>
run prettier with master config before merging

github.com/immerjs/immer - ae80361f51e07fa05c4c73f8fa3554361a202732 authored about 5 years ago by Michel Weststrate <[email protected]>
Merge pull request #437 from runnez/es5-map-and-set-support

es5 support for Map/Set

github.com/immerjs/immer - 85656cb88920cc48b4260450a619a4947dd3ec74 authored about 5 years ago by Michel Weststrate <[email protected]>
Merge pull request #447 from nobitagit/flow-typedef-immerable

fix: add immerable Flow typedef

github.com/immerjs/immer - 09d37cea19da9488ea43081f5002d5d069ac3bd6 authored about 5 years ago by Michel Weststrate <[email protected]>
fix: add immerable Flow typedef

github.com/immerjs/immer - c8c9fcd2cd37e0850c9e1defb9d84904a35bed4f authored about 5 years ago by Aurelio Ogliari <[email protected]>
fix map patches

github.com/immerjs/immer - 0de782ce38b86ac9758769b6bdac6beb647edb09 authored about 5 years ago by Andrey Boldyrev <[email protected]>
fix patches spec running

github.com/immerjs/immer - 77051a9270db3919bd4a0a8ec3cc9c9f53acb072 authored about 5 years ago by Andrey Boldyrev <[email protected]>
feat: add es5 support for Map/Set

github.com/immerjs/immer - ea9ba04bb6aaa607f8135c52b8ac162f60f16ca7 authored about 5 years ago by Andrey Boldyrev <[email protected]>
Added egghead.io video embeds

github.com/immerjs/immer - a866760dd6666ed8ea80841cbd040eb1a529d022 authored about 5 years ago by Michel Weststrate <[email protected]>
Merge pull request #443 from Mudassar045/fix-grammatical-typos

fix grammatical errors and typos

github.com/immerjs/immer - 03491524316f4f78860ed458bb984c752a868b82 authored about 5 years ago by Michel Weststrate <[email protected]>
fix grammatical errors and typos

github.com/immerjs/immer - 21e76c2abfd96be6ea146a760564db3ae127fb87 authored about 5 years ago by Mudassar045 <[email protected]>
chore: remove non-existent import

remove non-existent import

github.com/immerjs/immer - 0a575611222cc20ffded97688ed8b757ec13fc26 authored about 5 years ago by Michel Weststrate <[email protected]>
remove non-existent import

github.com/immerjs/immer - bfd9f61a01069275c48905c826ea14f10554f9f0 authored about 5 years ago by hdineen <[email protected]>
chore: temporarily disable newest node builds, due to V8 bug, see #428

github.com/immerjs/immer - 017de43395044faa703c22eef441aa3b717a42d7 authored about 5 years ago by Michel Weststrate <[email protected]>
fix: Don't use proxies if Proxy.revocable is not defined. Fixes #435

Use legacy proxies if Proxy.revocable is not defined. Fixes #435

github.com/immerjs/immer - c84aa5305903d4700918fd942b2a713dd970fb56 authored about 5 years ago by Michel Weststrate <[email protected]>
Use legacy proxies if Proxy.revocable is not defined. Fixes #435

github.com/immerjs/immer - e19d1294d3fce8a2857f06ce3ed39274ba13d958 authored about 5 years ago by Erik J. Sturcke <[email protected]>
Merge pull request #422 from xkxx/patch-1

docs: remove conflicting desc. of default freezing behavior

github.com/immerjs/immer - f37b6be14cfb0fc1f0bd80268215041c9896aed5 authored over 5 years ago by Michel Weststrate <[email protected]>
Merge pull request #423 from medifle/patch-1

docs: fix broken link in pitfalls.md

github.com/immerjs/immer - 60c4a4f00a6997a9a4379c6431a02f2985a47062 authored over 5 years ago by Michel Weststrate <[email protected]>
Merge pull request #424 from ravanscafi/patch-1

Docs: Improve introduction

github.com/immerjs/immer - 154c0bc73d14cc6fc4da372ef44d1dc7a0d9053b authored over 5 years ago by Michel Weststrate <[email protected]>
Improve introduction doc

github.com/immerjs/immer - 29f601aea23571bcd9747834473c54145064e778 authored over 5 years ago by Ravan Scafi <[email protected]>
Fix broken link in pitfalls.md

github.com/immerjs/immer - f131905149bc90fd9c65154cafdc4b2e3e840e8b authored over 5 years ago by medifle <[email protected]>
Docs: remove conflicting desc. of default freezing behavior

github.com/immerjs/immer - 4405dcba000233b42c9e9d715787b10bd8e4f8ad authored over 5 years ago by xkxx <[email protected]>
Merge pull request #421 from immerjs/docs

Created separate documentation site

github.com/immerjs/immer - 9be6e46173d812a64fbdd13f84bc72679bb91dcc authored over 5 years ago by Michel Weststrate <[email protected]>
Removed sitemap

github.com/immerjs/immer - 6278b723fb1b6385da6fe8977d339df16a17c9cb authored over 5 years ago by Michel Weststrate <[email protected]>
Fixed https links

github.com/immerjs/immer - 9849186f1836d7efd3d8dce8e9d4564ebba4005b authored over 5 years ago by Michel Weststrate <[email protected]>
Cleaned up readme

github.com/immerjs/immer - 5c3a002bf5a0d59c96149887487c5d5e344f44e0 authored over 5 years ago by Michel Weststrate <[email protected]>
Deleted some old stuff

github.com/immerjs/immer - 314af7f24655a3eaaf9a4867003af56899b2cae2 authored over 5 years ago by Michel Weststrate <[email protected]>
Docs website

github.com/immerjs/immer - 6d903d10f0404dbd39b94ac0f1821cdbd809504a authored over 5 years ago by Michel Weststrate <[email protected]>
Updated with open collective info, fixed coveralls link

github.com/immerjs/immer - 84457632e2a7c5fd53b5ffcae1fe37f19040650e authored over 5 years ago by Michel Weststrate <[email protected]>
Added immer open collective to funding

github.com/immerjs/immer - b2cb1f95b61a7777f9a8a5f92877c76e3318081e authored over 5 years ago by Michel Weststrate <[email protected]>