All notable changes to this project will be documented in this file.
- Add cache.ts
- Add PrimitiveAllocator class
- Add NonPrimitiveAllocator class
- Create ArrayList class
- (primitive-allocator) Update
ensureCapacity
function - (primitive-allocator) Update
operandTable
- (primitive-allocator) Update bytes resizing
- (non-primitive-allocator) Update
ensureCapacity
- Add missing type
- (cache) Update key as generic type
- Update
key
asindex
- Update test suites
- (cache) Update function names
- Update file structure
- Remove global typings
- Update README.md
- Update README.md
- (primitive-allocator) Implement test cases
- (non-primitive-allocator) Update test suite
- (integration) Add
ArrayList
test cases - (cache) Implement test suites
- Add constants.ts
- Add global.d.ts
- Add
common.ts
for test files - (global.d.ts) Add supported types
- (common) Add common types
- Update index.ts
- Add plugins.ts
- Add build.mjs
- Move
global.d.ts
file - Add scripts
- Add CHANGELOG.md
- Add ci.yml
- Update ci.yml
- Update package.json
- Remove build plugin
- Update package.json
- Add .npmignore
- Update tsconfig.json
- Add new script to package.json
- Bump version
- (tsconfig) Add excluded directories list