Skip to content

v0.0.6

Latest
Compare
Choose a tag to compare
@waywardmonkeys waywardmonkeys released this 18 Jun 12:57
· 1 commit to main since this release

What's Changed

  • Initial GitHub Action for CI. by @waywardmonkeys in #10
  • Use SPDX license format, update some links, and fix crates.io badge by @atouchet in #11
  • feat: Add JSContext::global_object by @Hywan in #12
  • feat: Add JSObject::call_as_function by @Hywan in #13
  • fix: Remove &JSContext from JSObject::call_as_function by @Hywan in #14
  • feat: Implement JSObject::set_property and ::set_property_at_index by @Hywan in #15
  • chore: Introduce JSValue::new_string_inner to simplify code by @Hywan in #16
  • feat: Implement JSValue::new_array and other small clean up by @Hywan in #17
  • feat: Implement JSValue::new_typed_array_with_bytes by @Hywan in #18
  • feat: Implement JSObject::call_as_constructor by @Hywan in #19
  • feat: Implement JSValue::new_function by @Hywan in #20
  • feat: Improve the function_callback procedural macro by @Hywan in #21
  • fix: #[function_callback] can be used without javascriptcore_sys by @Hywan in #22
  • feat: Improve JSClass and add JSClassBuilder by @Hywan in #23
  • Tweaks by @waywardmonkeys in #24
  • feat: Add JSString::len by @Hywan in #25
  • feat: Add JSTypedArray type by @Hywan in #26
  • fix: Add visibility on function and constructor callbacks by @Hywan in #27
  • fix: Add explicit imports for types by @Hywan in #28
  • ci: Build for iOS. by @waywardmonkeys in #30
  • ci: Build and check docs. by @waywardmonkeys in #31
  • Release JSPropertyNameArrayRef. Retain string. by @waywardmonkeys in #29
  • feat(macros): Allow function/constructor callback to get generic parameters by @Hywan in #32
  • Various small fixes by @Hywan in #34
  • ci: Add macos-14 / Apple Silicon build. by @waywardmonkeys in #35
  • ci: Check for common typos and spelling errors. by @waywardmonkeys in #36

New Contributors

Full Changelog: v0.0.5...v0.0.6