nage

Efficient, tiny object pool

MIT License

Downloads
24
Stars
9

Bot releases are hidden (Show)

nage - Release 1.4.1 Latest Release

Published by planttheidea about 5 years ago

  • use Options types instead of re-create them (#7) (706518a)
  • use Options types instead of re-create them (a45eec9)
  • Update index.d.ts (029ed76)
nage - Release 1.4.0

Published by planttheidea about 5 years ago

  • Add generics and fallback weakmap (#6) (10826da)
  • simplify notifyError (9ef8b82)
  • simplify ponyfill code (eb2c85e)
  • fix release scripts (d56dde0)
  • add missing peer dep (a5ff8db)
  • update README (85ea767)
  • add WeakMap fallback when not supported (605aab9)
  • add use of pass-through generics (2a6f2cb)
  • update dependencies (a9a000c)
  • remove eslint error (c381b70)
nage - Release 1.3.0

Published by planttheidea over 5 years ago

  • Add max size option (#5) (6877e47)
  • remove rpt2_cache (bdf9be4)
  • clean up build process (6611d01)
  • add test for initialSize of 0 (9c1d61f)
  • add maxSize option (1264df7)
nage - Release 1.2.0

Published by planttheidea over 5 years ago

  • Merge pull request #4 from planttheidea/add-multiples-methods (59d7c24)
  • add methods to reserve / release multiple entries (993726c)
nage - Release 1.1.0

Published by planttheidea over 5 years ago

  • Merge pull request #3 from planttheidea/add-name-option (6a785e5)
  • add name option (dbadb5b)
nage - Release 1.0.3

Published by planttheidea over 5 years ago

  • Merge pull request #2 from planttheidea/small-performance-and-typing-tweaks (9f7dac1)
  • small tweaks for performance and better typings (7588b11)
nage - Release 1.0.2

Published by planttheidea over 5 years ago

  • Merge pull request #1 from planttheidea/make-generate-internal (c754f6a)
  • make generate internal (c272084)
nage - Release 1.0.1

Published by planttheidea over 5 years ago

  • fix types and build setup (4a4e9af)
  • remove postpublish script (9615e6a)
nage - Release 1.0.0

Published by planttheidea over 5 years ago

  • add code documentation for instance variables (53fdcfd)
  • final updates (480b89b)
  • remove DEV injection (467ccd9)
  • add example for .reset() to README (08f87ae)
  • add onReset method (584a4ee)
  • clean up pool values in README (3d34763)
  • add more values (d9c6337)
  • make the default initialSize 1 (246a593)
  • remove args passing to Creator typings (bf1ff1b)
  • README updates (f7710c8)
  • update package.json with missing properties (1fee20c)
  • finalizing updates (bc11c42)
  • tweaks for initial size addition (519a914)
  • finish tests and fix rollup build setup (f689e35)
  • no need to fly in the face of convention (f2980f6)
  • initial work, basic functionality (2d74ed8)
  • Create README.md (bfbfe83)
  • Initial commit (fc73444)