Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

50 lines (27 loc) · 2.07 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.13 (2020-02-25)

Note: Version bump only for package @thi.ng/vector-pools

1.0.0 (2019-07-07)

Code Refactoring

  • vector-pools: address TS strictNullChecks flag (981b5ce)

Features

  • vector-pools: add AttribPool.attribArray(), add tests (285022a)
  • vector-pools: enable TS strict compiler flags (refactor) (1af6f78)
  • vector-pools: update AttribPool, add tests, update readme (33109d0)

BREAKING CHANGES

  • vector-pools: update return types of various class methods
  • some AList, ArrayList, LinkedList, VecPool methods now return undefined if operation failed

0.2.0 (2019-02-05)

Bug Fixes

  • vector-pools: AttribPool opts & default handling (16b48b3)

Features

  • vector-pools: update & fix AttribPool resize logic (b7d162f)

0.1.0 (2019-01-21)

Features

  • vector-pools: add AttribPool, refactor lists (019c0af)
  • vector-pools: add GLType alias, AttribPoolOpts, update pool impls (4fe2047)
  • vector-pools: add VecPool, VecArrayList & VecLinkedList (48d5d57)
  • vector-pools: update readme, add examples (fd54d32)