blob: 66d7e69c3d1de33be38b7330b5aad51c0ec5728c (
plain)
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
|
# Changelog
## [Unreleased](https://github.com/gusbrs/zref-clever/compare/v0.2.1-alpha...HEAD)
## [v0.2.1-alpha](https://github.com/gusbrs/zref-clever/compare/v0.2.0-alpha...v0.2.1-alpha) (2022-02-07)
### Added
- Option `endrange` for typesetting terse ranges.
- Option `rangetopair` to control behavior of `range` option when a pair
results from building a range.
- Option `vario` to load package `zref-vario`.
- Reference property `subeq` for the `amsmath` and `breqn` compatibility
modules.
## [v0.2.0-alpha](https://github.com/gusbrs/zref-clever/compare/v0.1.2-alpha...v0.2.0-alpha) (2022-01-28)
### Added
- The reference block formatting has been generalized to allow for more
flexibility in setting the reference structure, with the new option
`refbounds`.
### Fixed
- Fixed handling of type names defined to be empty.
- Fixed distinction of `lastsep` and `pairsep` in cases where the type-block
starts or ends with a range.
### Changed
- The `namefont` and `reffont` options can now be set also in
`\zcRefTypeSetup` and `\zcLanguageSetup`.
- (Internal) Moved from property lists to individually named macros to store
and retrieve options.
### Deprecated
- Options `preposinlink`, `preref`, and `postref` have been deprecated and
replaced by new option `refbounds`.
## [v0.1.2-alpha](https://github.com/gusbrs/zref-clever/compare/v0.1.1-alpha...v0.1.2-alpha) (2022-01-10)
### Added
- Provided Dutch language file (see PR
[#5](https://github.com/gusbrs/zref-clever/pull/5)).
### Changed
- The `gender` key in `\zcLanguageSetup` and in the built-in language files
can receive a comma separated list as value to support types with multiple
valid genders.
- The `cap` and `abbrev` options can now be set also in `\zcRefTypeSetup` and
`\zcLanguageSetup`, so that fine grained control per-type and per-language
is now possible for these options.
- Abandoned the "dictionary/translation" metaphor to refer to language
specific options. Mostly housekeeping, affecting the name-scheme of
functions and variables, but aiming at a clearer documentation in this area,
specially in the longer term.
### Deprecated
- The reference format options `refpre` and `refpos` have been deprecated in
favor or the more aptly named `preref` and `postref`, respectively.
## [v0.1.1-alpha](https://github.com/gusbrs/zref-clever/compare/v0.1.0-alpha...v0.1.1-alpha) (2021-12-07)
### Changed
- Improvements to the French dictionary (see issue
[#1](https://github.com/gusbrs/zref-clever/issues/1)).
- Improvements to documentation.
### Removed
- Dropped the `subappendix` reference type.
## [v0.1.0-alpha](https://github.com/gusbrs/zref-clever/releases/tag/v0.1.0-alpha) (2021-11-24)
### Added
- Initial release.
|