Skip to content

Latest commit

 

History

History
97 lines (53 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

97 lines (53 loc) · 1.25 KB

Changelog

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

[2.0.0] - 2022-09-02

Documentation

  • Update readme
  • Add api link to readme

Features

  • Raylib v4.2.0

[1.0.0] - 2022-05-10

Documentation

  • Update changelog

[0.6.0] - 2022-05-07

Features

  • Add enum alias for better compatibility with raylib examples.

Build

  • Update raylib.patch
  • Fix dub.sdl

[0.5.1] - 2021-12-10

Bug Fixes

  • Correct 'const char**' conversion

Documentation

  • Update readme
  • Update changelog

[0.5.0] - 2021-11-08

Documentation

  • Add changelog

Features

  • Add static bind

Refactor

  • Remove raylib version

Build

  • Remove RAYLIB_370 from dub.sdl

[0.4.0] - 2021-11-02

Bug Fixes

  • LoadedVersion returns valid value

[0.3.0] - 2021-11-02

Features

  • Add enum for release 4.0.0

[0.2.0] - 2021-11-02

Bug Fixes

  • Build binding for raylib release 3.7.0-567-g13376de0

[0.1.0] - 2021-11-02

Bug Fixes

  • Parser skip invalid enum
  • Parser skip double quote in description
  • Build binding for raylib release 3.7.0

Documentation

  • Modify readme
  • Modify readme
  • Update readme

Refactor

  • Add parser options to build separate d files