Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

67 lines (52 loc) · 1.42 KB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

🚀 Features

  • Add cache.ts
  • Add PrimitiveAllocator class
  • Add NonPrimitiveAllocator class
  • Create ArrayList class

🐛 Bug Fixes

  • (primitive-allocator) Update ensureCapacity function
  • (primitive-allocator) Update operandTable
  • (primitive-allocator) Update bytes resizing
  • (non-primitive-allocator) Update ensureCapacity
  • Add missing type

🚜 Refactor

  • (cache) Update key as generic type
  • Update key as index
  • Update test suites
  • (cache) Update function names
  • Update file structure
  • Remove global typings

📚 Documentation

  • Update README.md
  • Update README.md

🧪 Testing

  • (primitive-allocator) Implement test cases
  • (non-primitive-allocator) Update test suite
  • (integration) Add ArrayList test cases
  • (cache) Implement test suites

⚙️ Miscellaneous Tasks

  • 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