Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 5.4 KB

CHANGELOG.md

File metadata and controls

62 lines (51 loc) · 5.4 KB

[0.1.0] - 2024-07-29

⛰️ Features

  • (console) Support printing errors - (4f72174)
  • (encoding) TextEncoder - (21bc482)
  • (modules) Simple inspect and assert implementation - (dfbef45)
  • (tests) Add tests matchers - (f860868)
  • (types) Types for test module - (790af82)
  • Implement fatal and ignoreBOM for TextDecoder - (690bc54)
  • TextDecoder, some feature still missing - (e9f94d5)
  • Ike.version and tests - (baa094d)
  • Ike.os - (6fbd03b)
  • IsWindows, isMacOS, isLinux. Fixed it.if - (efe6cea)
  • Ike.gid, Ike.pid, Ike.uid - (cade07a)
  • Ike.exitCode, Ike.setExitCode - (ec97e81)
  • Ike.exit - (1d03558)
  • Partially working timeouts - (d8e2262)
  • Check arg type before executing rust functions - (7a5ed12)
  • Move ike global object to separate file - (48e5b6b)
  • Use oxc_resolver - (4fe549a)

🐛 Bug Fixes

  • (buffer) Implementation of isAscii and isUtf8 - (b6f780b)
  • (inspect) Exports - (0d97848)
  • Timeouts, thanks to jedel1043 - (19f604b)
  • Test matchers - (73669c3)

🧪 Testing

⚙️ Miscellaneous Tasks

Ench

  • (tests) Better way of displaying tests failures - (ae64ab5)
  • Improve jsdoc for TextDecoder and add types for TextEncoder - (a3c1428)
  • Better hanlindg in buffer functions - (769b0d3)
  • Better error handling at rejected promise - (1a3cb7e)