rayjs/CHANGELOG.md

1.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Add your changes after this line, example:

## [MAJOR.MINOR.REVISION-STABILITY] - DD.MM.YYYY

[1.0.1-dev] - 17.03.2024

Added

Changed

  • Upgraded raylib to 9a8d73e
  • Upgraded raygui to 82ba2b1
  • Upgraded quickjs to 6a89d7c
  • Generated new bindings
  • Upgraded all packages of the bindings generator

Removed

  • Removed the need of transpilation when using the bindings generator (this is useful to debug generator issues as ts-node can represent errors as they are, without the need of source maps)
  • Removed webpack requirement

Fixed

  • Markdown linting errors