Math-Formula

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

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
==== version history of Math::Formula
 
All changes made by Mark Overmeer, unless explicitly stated otherwise.
 
version 0.16: Tue 14 Mar 09:32:45 CET 2023
 
        Fixes:
        - utf8 names are broken in 5.20, avoid the test [cpantesters]
        - enforce minimal versions of optional prereqs [cpantesters]
 
        Improvements:
        - loads of doc-fixes
        - silence (correct) warning in t/27names.t
        - add pod and prereq tests
 
version 0.15: Mon  6 Mar 11:16:16 CET 2023
 
        Changes:
        - datetime and date attribute tz (return STRING object) became
          timezone (new TIMEZONE object).
 
        Improvements:
        - implement MF::TIMEZONE
        - implement duration attributes in_seconds and in_days
        - implement -> and captures
 
version 0.14: Tue 28 Feb 17:34:40 CET 2023
 
        Improvements:
        - cleaned-up more docs
        - implement config YAML save and load
        - implement config JSON save and load
 
version 0.13: Mon 27 Feb 13:32:48 CET 2023
 
        Fixes:
        - require 5.16 for fc().
        - require DateTime::Format::Duration::ISO8601 >= 0.006 [Slaven Rezic]
 
        Improvements:
        - implement config INI save and load
        - booleans created from Perl condition undef or ''
        - implement MF::STRING with reference
        - implement ::Context(lead_expression)
 
version 0.12: Sun 26 Feb 10:10:29 CET 2023
 
        Fixes:
        - typo in module description
        - forgot to include some tests in MANIFEST
 
        Improvements:
        - attributes of Frasgment (Context) start with 'https://metacpan.org/pod/ctx_">ctx_'
        - prefix operator 'exists' on names.
        - attribute 'is_empty' on strings.
        - implement ? :
        - implemented // for names
        - implemented config save
 
version 0.11: Sat Feb 25 12:41:37 CET 2023
 
        Fixes:
        - module name registrations for PAUSE.
        - handle accidental MF::REGEXP on 'like'.
        - ::Type::new() did not appear in the docs.
        - nested fragments now work.
        - aliasing of fragments, attributes, formulas.
 
        Improvements:
        - warn when trying to convert qr to pattern.
        - textual corrections seen on metacpan.
 
version 0.10: Fri 24 Feb 15:08:56 CET 2023
        - initial release, for final documentation clean-ups, to test pause etc.



( run in 2.284 seconds using v1.01-cache-2.11-cpan-26ccb49234f )