rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.36k stars 194 forks source link

Document additional array methods #262

Closed kyle1320 closed 5 years ago

kyle1320 commented 5 years ago

Added documentation for the presence of the set, setIn, update, updateIn, and getIn member functions on Immutable Array objects, as well as improving documentation for the set and setIn methods when called with arrays.

Closes #238

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 96.111% when pulling c148291cf64bacfc03e65b7782c66c0c6249e974 on kyle1320:document-array-methods into d5d28d064b09f5b969aa79b89b0b22925694e003 on rtfeldman:master.

crudh commented 5 years ago

thanks @kyle1320