Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 22:28
· 29 commits to main since this release
6b5041e

What's Changed

Added

  • Basic TypeScript (roblox-ts) support (no tsdoc yet)! 🎉
  • Implemented isEmpty
  • Added typings to equalObjects
  • Added aliases for Array.concat, Array.concatDeep, Array.push, Array.unshift, Array.find, Array.includes, Dictionary.join, Dictionary.joinDeep, Set.fromArray, Set.merge, Set.delete
  • Added doc pages for installation and usage samples

Changed

  • Exposed isEmpty and equalObjects from the root module
  • Improved typings for methods accepting predictes
  • Updated documentation for some methods
  • Fixed Dictionary.flatten being shown in the Array docs (wrong @within tag)

Full Changelog: 0.0.0...0.0.1