Releases: red-blox/zap
v0.6.16
v0.6.15
Version 0.6.15
is here!
What's Changed
- Add
| undefined
to emit for optional types in the TypeScript emit by @vnnh in #137 - Add mutiple values for data/args/rets with named parameters by @nezuo in #140 & #141
- Clarify enum documentation by @ATK422 in #138
New Contributors
Full Changelog: v0.6.14...v0.6.15
v0.6.14
Version 0.6.14
is here!
What's Changed
- CFrameSpecialCases should be included in tooling output by @sasial-dev in 065be54
- Add
disable_fire_all
option by @sasial-dev in 0fed703
Docs
New Contributors
Full Changelog: v0.6.13...v0.6.14
v0.6.13
Version 0.6.13
is here! Zap 0.6.x
is pretty much feature complete at this point.
What's Changed
- feat: add
--no-warnings
argument by @sasial-dev in #132
Full Changelog: v0.6.12...v0.6.13
v0.6.12
Version 0.6.12
fixes another regression in 0.6.10
(sorry).
What's Changed
Full Changelog: v0.6.9...v0.6.12
v0.6.11
Version 0.6.11
fixes a regression in 0.6.10
. Because clearly, I can't write code:
- fix:
remote_folder
option should apply to tooling by @sasial-dev in c354fbf
Full Changelog: v0.6.9...v0.6.11
v0.6.10
0.6.10
is here!
ReplicatedStorage -> ZAP
. This isn't marked as a breaking version change as you should not be directly subscribed to Zap events.
What's Changed
- More Shadowing Fixes by @Ketasaja in #121 & #126
- Add Function Return Types (lua) with
YieldType::Future
orYieldType::Yield
by @Ketasaja in #125 - REVERT Returning
table.freeze
by @Ketasaja in #128 - Add Generalised Tooling Support by @sasial-dev in #129
- Add Support for Remote Folders by @sasial-dev in 523d15f
Full Changelog: v0.6.9...v0.6.10
v0.6.9
v0.6.8
Version 0.6.8
fixes a regression in 0.6.7
.
What's Changed
- Fix length checks by @daimond113 in #113
- Equalize
String
andstr
conversion toExpr
by @Ketasaja in #114 - Change min / max to be size in order to allow for proper enum sizes by @EncodedVenom in #116
- TypeScript output should automatically find the Promise library by @sasial-dev in ed2eb5f
New Contributors
- @daimond113 made their first contribution in #113
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
- Fix Luau Types Regression by @sasial-dev in 51f076a
- Implement
remote_scope
option by @EncodedVenom in #107 - Use
Map<K, V>
in TypeScript output to allow any key type by @vnnh in #111 - Fix Output Bugs by @Ketasaja in #110
- Always export
SendEvents
by @Ketasaja in #109 - Remove All Shadowing by @Ketasaja in #104
New Contributors
- @EncodedVenom made their first contribution in #107
- @vnnh made their first contribution in #111
Full Changelog: v0.6.6...v0.6.7