File: Changes

package info (click to toggle)
libgraphics-color-perl 0.31-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 220 kB
  • ctags: 53
  • sloc: perl: 661; makefile: 2
file content (103 lines) | stat: -rw-r--r-- 1,911 bytes parent folder | download | duplicates (4)
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
Revision history for Graphics-Color

0.28  March 27, 2010
  - Rely on newer MooseX::Aliases (DSADINOFF, RT #70193)
  - POD update

0.27    December 27th, 2009
  - Add MooseX::Storage
  - POD updates

0.26
  - Add blurb to RGB explaining that 0 is "none" and 1 is "all" and that
    alpha => 1 is opaque.

0.25
  - Fix warnings due to typos in tests (thanks SidBurn)

0.24
  - Use MooseX::Aliases for more powerful aliasing
  - Use MooseX::Types for better types

0.23
  - Fix swapped G and B values in from_hex_string

0.22
  - Add from_hex_string to RGB

0.21
  - Remove auto_install
  - Remove Storage, since I'm not using it
  - Add ability for as_hex_string to prepend a string
  - Add RGB->as_css_hex

0.20
  - Update some deps

0.19
  - Don't add '#' to hex strings
  - always print six digit hex strings

0.18
  - POD Fixes

0.17
  - RGB instantiation using Color::Library
  - Add HSV
  - Add RGB to HSL and HSV conversion
  - Add HSV to RGB conversion

0.16
  - Move pod tests to t/author

0.15
  - Remove Moose Coverage dep

0.14
  - Forgot MooseX::Storage dependency

0.13
  - MooseX::Storage support
  - Fix POD links to Wikipedia

0.12
  - POD updates

0.11
  - Fix bug in RGB equal_to

0.10
  - Return 0 if arg to equal_to is undefined.

0.09
  - Add equal_to and not_equal_to to all color spaces.

0.08
  - Add derive method to all colors, allows cloning of a color while changing
    one of more of it's attributes.
  - POD

0.07
  - Add some POD to appease testers.

0.06
  - Add make_immutable
  - Put versions on Moose & MooseX::Clone

0.05
  - Name types with Graphics::Color:: prefix

0.04
  - Add MI version because Yuval yelled at me
  - More POD fixes
0.03
  - Fix YUV's POD referring to YIQ
  - Add POD for aliased methods
  - Fix description

0.02    
  - Add MooseX::Clone for clone() support in all colors

0.01    Date/time
        First version, released on an unsuspecting world.