Releases: red-blox/zap
Releases · red-blox/zap
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
v0.6.6
Version 0.6.6
is here!
What's Changed
- Freeze module returns by @kalrnlo in #97
- Add
FireSet
method by @sasial-dev in #98 - Generate TypeScript semicolons by @Ketasaja in #94
- Add DateTime types by @kalrnlo in #100
- Add BrickColor type by @kalrnlo in #101
- Use
export declare const
in TypeScript definitions @fisherjacobc in #103 - Generate TypeScript arrays instead of huge tuples by @Ketasaja in #95
- Fix nested arrays by @Ketasaja in #96
- Add Vector2 type by @kalrnlo in #102
New Contributors
- @fisherjacobc made their first contribution in #103
Full Changelog: v0.6.5...v0.6.6
v0.6.5
Version 0.6.5
is a hotfix as RunService:IsEdit()
has PluginSecurity
.
Full Changelog: v0.6.4...v0.6.5
v0.6.4
Version 0.6.4
is here!
Please use 0.6.5
, as a hotfix has been published.
What's Changed
- Fixed
unknown
being typed asunknown?
by @sasial-dev in #91 - Fixed nested maps shadowing variables by @Ketasaja in #93
- Variables should be recursively escaped by @sasial-dev in b0fff07
- Zap can now handle running inside Edit Mode with
noop
functions (IE: flipbook/hoarsekat) by @sasial-dev in 8d9bc9b - Zap now allows
unknown
inmap
values by @sasial-dev in c66fb8a
New Contributors
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- Event queue no longer errors when the queue limit is reached for an event without data
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Update all mention of "Events" to "Function" in the docs by @datadevrep in #59
- On returns disconnect function by @xSwezan & @sasial-dev in #62
- Fix enum typo in the docs by @Aspecky in #63
- Fix nested structs & arrays shadowing by @sasial-dev
New Contributors
- @datadevrep made their first contribution in #59
- @xSwezan made their first contribution in #62
- @Aspecky made their first contribution in #63
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Version 0.6.0
is here!
Breaking Changes
- Zap will emit an exit code of 1 if there are any error diagnostics by @sasial-dev in #55
What's Changed
- Rewrite of
convert.rs
by @jackdotink in #51 - Add manual event loop option by @nezuo in #47
- Compress non-aligned CFrames by using an axis-angle representation by @Tazmondo & @aidan-epperly in #52
⚠️ Zap will emit an exit code of 1 if there are any error diagnostics by @sasial-dev in #55- Added remote functions by @sasial-dev & @jackdotink in #54
- The data field on events and functions is now optional by @sasial-dev & @jackdotink in #54
- Clean Up Header Comments by @sasial-dev in #56
New Contributors
- @Tazmondo made their first contribution in #52
- @aidan-epperly made their first contribution in #52
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
Version 0.5.0
is here!
Added
- Don't create remotes if they already exist by @nezuo in #40
- Add Support for the
CFrame
Datatype by @sasial-dev in #41 - Add Support for the
Color3
Datatype by @sasial-dev in #42
Fixes
New Contributors
Full Changelog: v0.4.0...v0.5.0