Skip to content

Commit e95a429

Browse files
committed
fix
1 parent 691fddb commit e95a429

File tree

2 files changed

+97
-86
lines changed

2 files changed

+97
-86
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
6868

6969
### Added
7070

71-
- Add new Helper Class: `Nubmer`
71+
- Add new Helper Class: `Number`
7272
- Add method, working with integers: `Number::safeInt`
7373

7474
## v4.0.0

readme.md

Lines changed: 96 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -33,96 +33,107 @@ composer require efureev/support "^2.0"
3333
## Content
3434

3535
- Helpers
36-
+ Array
37-
- accessible
38-
- dataToArray
39-
- exists
40-
- fromPostgresArray
41-
- fromPostgresPoint
42-
- get
43-
- has
44-
- merge
45-
- remove
46-
- removeByValue
47-
- set
48-
- toArray
49-
- toIndexedArray
50-
- toPostgresArray
51-
- toPostgresPoint
52-
- replaceByTemplate
53-
+ String
54-
- removeMultiSpace
55-
- replaceByTemplate
56-
- replaceStrTo
57-
- toCamel
58-
- toDelimited
59-
- toKebab
60-
- toLowerCamel
61-
- toScreamingDelimited
62-
- toScreamingSnake
63-
- toSnake
64-
+ Json
65-
- decode
66-
- encode
67-
- htmlEncode
68-
+ Bit
69-
- addFlag
70-
- checkFlag
71-
- decBinPad
72-
- exist
73-
- grant
74-
- removeFlag
75-
+ B64
76-
- decode
77-
- decodeSafe
78-
- encode
79-
- encodeSafe
36+
+ Array
37+
- accessible
38+
- dataToArray
39+
- exists
40+
- fromPostgresArray
41+
- fromPostgresPoint (^4.8.0)
42+
- get
43+
- has
44+
- merge
45+
- remove
46+
- removeByValue
47+
- set
48+
- toArray
49+
- toIndexedArray
50+
- toPostgresArray
51+
- toPostgresPoint (^4.8.0)
52+
- replaceByTemplate
53+
+ String
54+
- removeAccents (^4.9.0)
55+
- removeMultiSpace
56+
- replaceByTemplate
57+
- replaceStrTo
58+
- seemsUTF8 (^4.9.0)
59+
- slugify (^4.9.0)
60+
- toCamel
61+
- toDelimited
62+
- toKebab
63+
- toLowerCamel
64+
- toScreamingDelimited
65+
- toScreamingSnake
66+
- toSnake
67+
- truncate (^4.9.0)
68+
+ Json
69+
- decode
70+
- encode
71+
- htmlEncode
72+
+ Bit
73+
- addFlag
74+
- checkFlag
75+
- decBinPad
76+
- exist
77+
- grant
78+
- removeFlag
79+
+ B64
80+
- decode
81+
- decodeSafe
82+
- encode
83+
- encodeSafe
84+
+ Number
85+
- safeInt (^4.1.0)
8086
- Global functions
81-
+ classNamespace
82-
+ class_basename
83-
+ class_uses_recursive
84-
+ instance
85-
+ isTrue
86-
+ trait_uses_recursive
87-
+ value
88-
+ when
87+
+ does_trait_use (^4.4.0)
88+
+ classNamespace
89+
+ class_basename
90+
+ class_uses_recursive
91+
+ instance
92+
+ isTrue
93+
+ trait_uses_recursive
94+
+ value
95+
+ remoteCall (^4.3.1)
96+
+ remoteStaticCall (^4.3.1)
97+
+ remoteStaticCallOrTrow (^4.7.0)
98+
+ when
8999
- Exceptions
90-
+ ConfigException
91-
+ Exception
92-
+ InvalidArgumentException
93-
+ InvalidCallException
94-
+ InvalidConfigException
95-
+ InvalidParamException
96-
+ InvalidValueException
97-
+ JsonException
98-
+ MethodNotAllowedException
99-
+ MissingClassException
100-
+ MissingConfigException
101-
+ MissingPropertyException
102-
+ NotSupportedException
103-
+ UnknownMethodException
104-
+ UnknownPropertyException
100+
+ ConfigException
101+
+ Exception
102+
+ InvalidArgumentException
103+
+ InvalidCallException
104+
+ InvalidConfigException
105+
+ InvalidParamException
106+
+ InvalidValueException
107+
+ JsonException
108+
+ MethodNotAllowedException
109+
+ MissingClassException
110+
+ MissingConfigException
111+
+ MissingPropertyException
112+
+ MissingMethodException (^4.7.0)
113+
+ NotSupportedException
114+
+ UnknownMethodException
115+
+ UnknownPropertyException
105116
- Interfaces
106-
+ Arrayable
107-
+ Command
108-
+ Jsonable
109-
+ Prototype
117+
+ Arrayable
118+
+ Command
119+
+ Jsonable
120+
+ Prototype
110121
- Traits
111-
+ ArrayStorage
112-
+ ArrayStorageConfigurableTrait
113-
+ ConfigurableTrait
114-
+ ConsolePrint
115-
+ Maker
116-
+ Metable
117-
+ ReadOnlyProperties
118-
+ Singleton
119-
+ Thrower
120-
+ TraitBooter
121-
+ TraitInitializer
122-
+ Whener
122+
+ ArrayStorage
123+
+ ArrayStorageConfigurableTrait
124+
+ ConfigurableTrait
125+
+ ConsolePrint
126+
+ Maker
127+
+ Metable
128+
+ ReadOnlyProperties
129+
+ Singleton
130+
+ Thrower
131+
+ TraitBooter
132+
+ TraitInitializer
133+
+ Whener
123134
- Types
124-
+ GeoPoint
125-
+ Point
135+
+ GeoPoint
136+
+ Point
126137

127138
## Test
128139

0 commit comments

Comments
 (0)