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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.1.0] 2024-05-04
### Changed
- Require Perl 5.10 (for // in `pcal`)
- Better variable names in `pcal`
- Better argument handling logic in `pcal`
### Fixed
- Fixed bug in example code (thanks exzr8u92)
## [2.0.3] 2023-08-01
### Added
- Improvements to `pcal`
## [2.0.2] 2023-07-27
### Fixed
- Regenerated package so it includes repo and bugtracker info
## [2.0.1] 2021-01-14
### Added
- Details of bugtracker
## [2.0.0] 2020-06-22
### Changed
- Code fixes
- Refactoring to lower code complexity
- Documentation fixes (thanks MANWAR)
- Default week start date is now Monday
## [1.23] 2018-02-22
### Fixed
- Packaging
## [1.22] 2018-02-22
### Fixed
- File permissions
- Call to `timelocal()`
### Added
- CI testing
## [1.21] 2010-04-02
### Fixed
- Tests
- Perlcritic issues
## [1.20] 2008-04-19
### Added
- Minimum Perl version
## [1.19] 2008-03-09
### Added
- Licence
## [1.18] 2008-03-08
### Fixed
- "Undef" bugs
- Packaging improvements
## [1.17] 2006-10-16
### Fixed
- Packaging of `pcal` example
## [1.16] 2006-10-15
### Added
- `date_span()` function
- `pcal` example
## [1.15] 2006-10-15
### Fixed
- More idiomatic Perl
- Better tests
## [1.14] 2006-09-10
### Changed
- Switch to manual version number
## [1.13] 2005-05-31
### Fixes
- Build.PL
## [1.12] 2005-03-01
### Added
- Pod coverage tests
## [1.11] 2004-12-04
### Changed
- Skip DT tests if not installed
## [1.10] 2004-10-30
### Added
- More test coverage
- Better packaging
## [1.09] 2004-10-23
### Added
- More test coverage
## [1.08] 2003-03-14
### Added
- Support for DateTime (if it's installed)
## [1.07] 2003-02-19
### Fixed
- Problems with short weeks
- Better packaging and testing
## [1.06] 2002-07-30
### Fixed
- Fixed the previous fix
## [1.05] 2002-07-30
### Fixed
- "Undefined value" errors
## [1.04] 2002-07-13
### Changed
- Documentation fixes
## [1.03] 2002-07-12
### Added
- More documentation
- More tests
## [0.01] 2002-07-12
### Added
- All the things
|