This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
0.0.1
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
andequalObjects
from the root module - Improved typings for methods accepting predictes
- Updated documentation for some methods
- Fixed
Dictionary.flatten
being shown in theArray
docs (wrong@within
tag)
Full Changelog: 0.0.0...0.0.1