All Versions
41
Latest Version
Avg Release Cycle
37 days
Latest Release
2980 days ago

Changelog History
Page 1

  • v0.11 Changes

    February 27, 2016
    • βœ‚ Removed Regions. Now using commands (FrameCmd, ShadingCmd, DrawCmd and RenderCmd). Safer interface.
  • v0.11.0.4 Changes

    September 22, 2016
    • πŸ‘ GHC 8 support.
  • v0.11.0.3 Changes

    August 01, 2016
    • πŸ“š Updated the documentation in Luminance crate module.
  • v0.11.0.2 Changes

    July 20, 2016
    • βž• Added support for dlist-0.8.
  • v0.11.0.1 Changes

    • πŸ›  Fixed documentation broken links.
  • v0.10 Changes

    February 19, 2016

    πŸ’₯ Breaking changes

    • 🚚 Region was removed in favor of Buffer; just a type renaming, don’t freak out.
    • βœ‚ Removed batches in favor of Regions.
    • βœ‚ Removed Decidable and Divisible instances for U as uniforms are not supposed to be used this way.

    Patch changes

    • βœ… Internal changes to make createStage errors more verbose about the type of the stage.
  • v0.10.0.2 Changes

    February 19, 2016
    • πŸ›  Fixed Buffer documentation.
  • v0.10.0.1 Changes

    February 19, 2016
    • Fixed gl45 backend (didn’t compile).
    • βž• Added documentation/tutorial for Buffer.
  • v0.9.1 Changes

    December 28, 2015
    • Made Program an instance of Eq and Show.
  • v0.9.1.2 Changes

    January 16, 2016
    • πŸ‘Œ Support for contravariant-1.4.
    • Support for GL_ARB_separate_shader_objects for gl33 backend (shader pragma).