Changelog of @hackage/hslua-module-doclayout 1.0.3

Changelog

hslua-module-doclayout uses PVP Versioning. The changelog is available on GitHub.

1.0.3

Release pending.

1.0.2

Released 2022-02-05.

  • Modify functions, ensuring that the main document is always the first argument. This allows convenient use of these functions as methods.

  • Improved documentation.

1.0.1

Released 2022-01-31.

  • Updated to hslua-2.1.

  • Functions that take a Doc as the first argument are added as methods to Doc values.

1.0.0

Released 2021-10-24.

  • Upgraded to hslua-2.0.
  • Switched module name from Foreign.Lua.Module.DocLayout to HsLua.Module.DocLayout.

0.2.0.1

Released 2020-10-28.

  • Relax upper bounds for hslua, allowing hslua-1.3.*

0.2.0

  • Full test coverage of all provided Lua functions.
  • Use documented module, including all function docs in the exported Haskell structure.
  • Test with all GHC 8 major versions.

0.1.0

  • Initial release.