Releases: pablgonz/scontents
Releases · pablgonz/scontents
Release v2.1 2024-06-14
Changes in v2.1 2024-06-14:
- Fix
\cleansc
command. - Add
\mergesc
command. - Fix internal definition for
seq_var
. - Fix internal code for
\typestored
. - Replace
\cs_argument_spec:N
by\cs_parameter_spec:N
. - Adapt detection of
l3keys2e
package (obsolete in june 2022LaTeX
release).
Release v2.0 2022-04-04
Changes in v2.0 2022-04-04:
- Adapting the
verbatimsc
environment for compatibility with theverbatim
package. - Removed compatibility layer for older LaTeX releases.
- Fix loader in plain TeX and ConTeXt.
Release v1.9 2020-01-21
- Update and improvements in the internal code.
- Updating the generic code for
I/O
verification. - Add
write-cmd
andwrite-out
keys for\Scontents*
. - Fix
sep
key in\foreachsc
.
Release v1.8 2019-11-18
- Add
\newenvsc
command. - Fix nested environment in plain TeX and ConTeXt.
- Modified default value in
\getstored
. - Add
overwrite
key to reduceI/O
operations. - Deleted an unnecessary group in the code.
Release v1.7 2019-10-29
- The
verbatimsc
environment was rewritten. - Minor adjustments in documentation.
Release v1.6 2019-10-26
- The internal behavior of
\getstored
has been modified. - The internal behavior of
\foreachsc
has been modified. - Corrected file extension for ConTeXt.
- Remove spurious warning.
Release v1.5 2019-10-24
- Add support for plain TeX and ConTeXt.
- Split internal code for optimization.
- Add support for vertical spaces in
key=val
. - Add \foreachsc command.
- Check if
verbatim
package is loaded.
Release v1.4 2019-10-03
- Add
store-all
key. - Messages and
keys
were separated. - Restructuring of documentation.
- Now the version of
expl3
is checked instead ofxparse
. - The internal behavior of
force-eol
has been modified.
Release v1.3 2019-09-24
- The environment
scontents
can now nest. - Added
force-eol
,verb-font
andwidth-tab
keys. - The extra space has been removed when you run
\getstored
. - Internal code has been rewritten more efficiently.
- Remove
\typestored*
. - Remove
filecontentsdef
dependency. - Changing
\regex_replace_all:
for\tl_replace_all:
.
Release v1.2 2019-08-28
- Restructuring of documentation.
- Added copy of
\tex_scantokens:D
.