1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
# Changelog
`hslua-module-text` uses [PVP Versioning][].
## hslua-module-text-1.1.1
Released 2024-01-18.
- Relaxed upper bound for text, allowing text-2.1.
## hslua-module-text-1.1.0.1
Released 2023-03-26.
- Improved doc strings.
## hslua-module-text-1.1.0
Released 2023-03-13.
- Update to hslua-2.3; this includes the addition of type
initializers to the module and type specifiers to the fields.
## hslua-module-text-1.0.3.1
Released 2023-01-06.
- Generalized a test to avoid failures with stack nightly.
- Added GHC 9.4 to test matrix.
## hslua-module-text-1.0.3
Released 2023-01-03.
- Added new functions `fromencoding` and `toencoding`. These can
be used to convert from or to a different (non UTF-8)
encoding. This is particularly helpful when opening files on
system that don't use UTF-8 for their file system, most
notably Windows.
## hslua-module-text-1.0.2
Released 2022-02-19.
- Adjusted package bounds, for hslua-core, hslua-marshalling,
and hslua-packaging.
## hslua-module-text-1.0.1
Released 2022-01-29.
- Relaxed upper bound of hslua-core, hslua-marshalling, and
hslua-packaging, allowing their respective version 2.1.
## hslua-module-text-1.0.0
Released 2021-10-22.
- Use hslua 2.0.
## hslua-module-text-0.3.0.1
Released 2020-10-16.
- Relaxed upper bound for hslua, allow `hslua-1.3.*`.
## hslua-module-text-0.3.0
Released 2020-08-15.
- Use self-documenting module. This allows to include
documentation with the module definition, and to auto-generate
documentation from that. Requires hslua-1.2.0 or newer.
- Run CI tests with all GHC 8 versions, test stack builds.
## hslua-module-text-0.2.1
Released 2019-05-04.
- Require at least HsLua v1.0.3: that version has better support
for modules.
- Rename `pushModuleText` to `pushModule`. The old name is
keeped as an alias for now.
## hslua-module-text-0.2.0
Released 2018-09-24.
- Use hslua 1.0.
## hslua-module-text-0.1.2.2
Released 2018-03-09.
- Relax upper bound for base.
## hslua-module-text-0.1.2.1
Released 2017-11-24.
- Add missing test file in the sources archive. This oversight
had caused some stackage test failures.
## hslua-module-text-0.1.2
Released 2017-11-17.
- Run tests with Travis CI.
- Fix problems with GHC 7.8
## hslua-module-text-0.1.1
Released 2017-11-16.
- Lift restriction on base to allow GHC 7.8.
## hslua-module-text-0.1
Released 2017-11-15.
- First version. Released on an unsuspecting world.
[PVP Versioning]: https://pvp.haskell.org
|