An open API service for providing issue and pull request metadata for open source projects.

GitHub / immutable-js-oss/immutable-js issues and pull requests

#223 - try implementing TS Map as object definition

Pull Request - State: open - Opened by jdeniau about 4 years ago - 1 comment

#222 - Merge back to immutable-js repo

Issue - State: closed - Opened by conartist6 about 4 years ago - 6 comments

#221 - List.merge is not an alias to List.concat

Issue - State: closed - Opened by claweyenuk about 4 years ago - 2 comments

#220 - Prevent mutable structures when merging Immutable objects

Pull Request - State: closed - Opened by Methuselah96 about 4 years ago - 1 comment

#219 - Funding

Issue - State: open - Opened by mpereira over 4 years ago - 5 comments

#217 - Does npm package exist?

Issue - State: closed - Opened by NickLydon over 4 years ago - 1 comment

#216 - fix: provide method to OrderedSet

Pull Request - State: open - Opened by comatory over 4 years ago - 2 comments

#215 - Throw TypeError on merge() if types are incompatible

Pull Request - State: closed - Opened by Methuselah96 over 4 years ago - 10 comments

#213 - Investigate performance regression in Set#map()

Issue - State: closed - Opened by Methuselah96 over 4 years ago - 2 comments

#212 - Investigate performance regression in fromJS()

Issue - State: closed - Opened by Methuselah96 over 4 years ago - 1 comment

#211 - Add benchmarks for recent changes

Pull Request - State: open - Opened by Methuselah96 over 4 years ago - 1 comment

#210 - Benchmark the PRs that have been merged since we forked

Issue - State: closed - Opened by Methuselah96 over 4 years ago - 3 comments

#209 - [typescript] Map constructor now accept a list of keys in the object notation

Pull Request - State: closed - Opened by jdeniau over 4 years ago - 7 comments

#208 - Automated benchmarking in CI

Issue - State: open - Opened by Methuselah96 over 4 years ago - 3 comments

#207 - Test that #41 is fixed

Pull Request - State: closed - Opened by jdeniau over 4 years ago - 1 comment

#206 - Fix ordered set with map

Pull Request - State: closed - Opened by jdeniau over 4 years ago

#205 - Allow running tests without building dist + lines are correcly reported now

Pull Request - State: closed - Opened by jdeniau over 4 years ago - 6 comments

#204 - assert that setIn works as expected

Pull Request - State: closed - Opened by jdeniau over 4 years ago

#203 - check that "delete" works as "remove"

Pull Request - State: closed - Opened by jdeniau over 4 years ago

#202 - [DX] run test on non-builded codebase

Issue - State: closed - Opened by jdeniau over 4 years ago

#201 - Record clear does work

Pull Request - State: closed - Opened by jdeniau over 4 years ago - 5 comments

#200 - prevent withMutations from setting values on non defined record keys

Pull Request - State: closed - Opened by jdeniau over 4 years ago - 3 comments

#199 - Ensure hash works with moment

Pull Request - State: closed - Opened by jdeniau over 4 years ago - 1 comment

#198 - ensure that `subtract` works correcly

Pull Request - State: closed - Opened by jdeniau over 4 years ago - 1 comment

#196 - Similar factories shapes should be equals

Pull Request - State: closed - Opened by jdeniau over 4 years ago

#195 - throw Error when passing a instance of Record as a Record factory default values

Pull Request - State: closed - Opened by jdeniau over 4 years ago - 2 comments

#194 - Fix #159: support isPlainObj in IE11 and constructor.name props

Pull Request - State: closed - Opened by bdurrer over 4 years ago - 6 comments

#192 - Use ranges in devDependencies

Pull Request - State: closed - Opened by Methuselah96 over 4 years ago

#159 - [Bug] isPlainObj fn not compatible for IE11

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 2 comments
Labels: bug, from-original-repo

#155 - zipAll is missing in OrderedSet

Issue - State: open - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: documentation, good first issue, from-original-repo

#152 - Records with same properties from different factories aren't equal

Issue - State: closed - Opened by Methuselah96 almost 5 years ago
Labels: bug, from-original-repo

#141 - URGENT: Set on immutable record class returns a records without extended methods

Issue - State: open - Opened by Methuselah96 almost 5 years ago - 5 comments
Labels: bug, from-original-repo

#140 - hashCode attempts to modify frozen object

Issue - State: open - Opened by Methuselah96 almost 5 years ago - 11 comments
Labels: from-original-repo

#139 - Incorrect OrderedSet.subtract result when 32+ elements

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 5 comments
Labels: bug, from-original-repo

#135 - List.insert makes the inserted object into an array in IE 11

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 3 comments
Labels: bug, from-original-repo

#127 - "too much recursion" error when creating a Record type from an instance of another Record

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: bug, from-original-repo

#125 - functional get, getIn is not working with class collections (like es6 Map)

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo

#120 - Record.entries is not documented

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: documentation, from-original-repo

#115 - OrderedSet is changing item ordering (@4.0.0-rc.11+)

Issue - State: closed - Opened by Methuselah96 almost 5 years ago
Labels: bug, from-original-repo

#113 - `updateIn` doesn't properly handle `notSetValue`

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 4 comments
Labels: from-original-repo

#112 - Static doc links all broken.

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: documentation, from-original-repo

#110 - IE11 fromJS bug

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 3 comments
Labels: bug, from-original-repo

#108 - getIn and hasIn do not work on IE10/11

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 3 comments
Labels: bug, from-original-repo

#105 - Merge Lists options

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#103 - keys(), values(), entries() missing on a Record

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#101 - hash no longer works with moments

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 3 comments
Labels: bug, from-original-repo

#96 - OrderedSet subtract returning incorrect result when last remove resizes internal list

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 2 comments
Labels: bug, from-original-repo

#94 - "Versioned" Class Tags

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: enhancement, from-original-repo

#93 - Feature request: map.pick

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: enhancement, from-original-repo

#92 - Immutable `Map`, `updateIn` and Flow type checking

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo, flow

#91 - Seq size is undefined after flattening

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: enhancement, from-original-repo

#90 - Missing properties in the `toJS` result object after setting a deep value using `setIn`

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#89 - The doc(generated) of `updateIn` gives wrong code sample.

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 2 comments
Labels: documentation, from-original-repo

#88 - Record child property not defaulted

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#87 - Typescript 2.9 Iterable should support both [K,V] and (K | V)

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo, typescript

#86 - Record "Define Property" Issue

Issue - State: open - Opened by Methuselah96 almost 5 years ago - 2 comments
Labels: from-original-repo

#85 - `clear()` doesn't return to default values

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: bug, from-original-repo

#84 - Typo in docks deepMerge()

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: documentation, from-original-repo

#83 - Downcasting to Record subset with Flow

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo, flow

#82 - fromJS meet class instance will stop?

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: enhancement, from-original-repo

#81 - Immutable nested object are still referenced.

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#80 - Name clash with Record.count

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo

#79 - Record.withMutations adds extraneous keys

Issue - State: open - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: bug, from-original-repo

#78 - mergeDeepWith is always updating List instead of running the method logic

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#77 - `removeAll` and `deleteAll` are missing from `Map`

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#76 - BUG:TypeScript Map#update

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo, typescript

#75 - The road to 4.0

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#74 - fromJS reviver not behaving as documented

Issue - State: open - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: bug, from-original-repo

#73 - Typing for updateIn is broken if last node is an OrderedMap

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo, flow

#72 - Suggested additional method for Set.prototype: singleton()

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: enhancement, from-original-repo

#71 - Weird PropTypes behavior

Issue - State: open - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#70 - DeepMerge transforms Map to [key, value] Array in some conflicts

Issue - State: open - Opened by Methuselah96 almost 5 years ago - 7 comments
Labels: bug, from-original-repo

#69 - List.delete() sets element to empty array instead of removing it

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 5 comments
Labels: bug, from-original-repo

#68 - Functional methods work incorrectly with native immutable data structures like Map\List

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#67 - [Feature request] Include Record reviver to the library

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo

#66 - Wrong typescript declarations for update method

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo, typescript

#65 - Record.get() with optional NSV (TypeScript)

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#64 - Type safe getIn/setIn (TypeScript)

Issue - State: open - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo, typescript

#63 - MergeDeep concatenates lists instead of replacing them

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#62 - The 'has' method on a Map should be a Typescript type guard

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo, typescript

#61 - Dependency package "marked" is vulnerable to "Regular Expression Denial of Service"

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo

#60 - Splice fails to return an empty List when provided with the first and last elements. Instead keeps the last one.

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#59 - Documentation links are broken

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#58 - ES6 import for Rollup Compatibility

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#57 - fix Seq.of flow error for immutable@^3

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo, flow

#56 - Wrong example for mergeDeep method in documentation

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: documentation, from-original-repo

#55 - [4.0.0.rc-9] Immutable renders a Map's key in React 16

Issue - State: open - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#54 - setIn not existent array index inside Map raise exception

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 4 comments
Labels: bug, from-original-repo

#52 - Give `set` and `setIn` methods names which match their function more clearly

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: from-original-repo

#51 - get the index of a key in an OrderedMap

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: enhancement, from-original-repo

#50 - Ability to mergeDeepWith, including Lists

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: enhancement, from-original-repo

#49 - Flow: Passing Map with different value types as key to another Map causes type errors (v4)

Issue - State: open - Opened by Methuselah96 almost 5 years ago
Labels: from-original-repo, flow

#46 - Documentation on website is for RC, not the release version distributed with npm install

Issue - State: closed - Opened by Methuselah96 almost 5 years ago - 1 comment
Labels: enhancement, help wanted, from-original-repo

#41 - fromJS() only works on Objects in the same Realm

Issue - State: closed - Opened by Methuselah96 almost 5 years ago
Labels: bug, help wanted, from-original-repo

#9 - Fix type signature of update and mapEntries

Pull Request - State: open - Opened by conartist6 almost 5 years ago - 3 comments

#6 - Include full license in each distribution

Pull Request - State: closed - Opened by Methuselah96 almost 5 years ago

#5 - Remove incorrect size property from Record in doc example

Pull Request - State: closed - Opened by Methuselah96 almost 5 years ago

#4 - Fix ordered map delete all

Pull Request - State: closed - Opened by Methuselah96 almost 5 years ago