Releases: Aoi-hosizora/ahlib
Releases · Aoi-hosizora/ahlib
ahlib v1.5.0
CHANGELOGS:
- Update the whole library (a break upgrade).
- Delete:
xentity
xproperty
xmap
xsystem
xregexp
xzone
. - Rename:
xdi
->xmodule
xlinkedhashmap
->xorderedmap
. - Improve:
xcolor
xcondition
xmodule
xnumber
xorderedmap
xpointer
xreflect
xruntime
xslice
xstatus
xstring
stesting
xtime
. - See #8.
ahlib v1.4.4
CHANGELOGS:
- Add
MoveToLocation
inxzone
. - Update
LogX
order inxdi
. - Adjust
PrettifyJson
inxstring
. - Update functions parameter to
testing.TB
and addmsgAndArgs
inxtesting
. - Add
StringInterface
ErrorInterface
DefaultFormatString
GoSyntaxString
IsMark
IsEmpty
IsNotEmpty
IsBlank
IsNotBlank
PadLeft
PadRight
GetLeft
GetRight
inxstring
. - Add
StiOfXXX
and adjustItsOfXXX
inxslice
. - Add
SliceToInterfaceMap
andSliceToStringMap
inxmap
.
ahlib v1.4.3
CHANGELOGS:
- Update
xdi
xproperty
xentity
test for codecov. - Fix
Stderr
forPrintStacksRed
and removelog
forGetStack
inxruntime
. - Add
QuerySring
MapSliceToMap
MapToMapSlice
inxstring
.
ahlib v1.4.2
CHANGELOG:
- Rewrite all test.
- Add
TimeSpan
, updateJsonDate
JsonDateTime
inxtime
. - Rewrite
xtesting
fromtestify/assert
. - Add some api for
xdi
with test.
ahlib-web v1.4.1
CHANGELOGS:
- Add
GetUnexportedField
setUnexportedField
in xreflect. - Add
Assert
NotAssert
in xtesting. - Add some max-min const in xnumber.
- Add
Range
ReverseRange
GenerateByIndex
in xslice. - Add some sort function in xslice.
ahlib v1.4.0
CHANGELOGS:
- Add
xstatus
fromahlib-web
. - Add some helper in
xsystem
. - Delete
RenderLatency
inxnumber
. - Fix
xlinkedhashmap
test. - Update
xproperty
, split extensions toahlib-web
ahlib 1.3.9
CHANGELOGS:
- Export
PropertyMapperValue
fields to allow to customize orderBy.
ahlib v1.3.8
CHANGELOGS:
- Add comments to
xproperty
. - Add
PropertyDict
type to with some extensions functions inxproperty
. - Fix
PropertyDict
pointer methods inxproperty
.
ahlib v1.3.6
CHANGELOGS:
- Add
Mappable
inxentity
, update struct and improve performance. - Update struct in
xproperty
, improve performance. - Fix rand bug in
xstring
and update rand function inxslice
. - Add
ApplyCypherOrderBy
inxproperty
. - Add
GetStructFields
inxreflect
.
ahlib v1.3.5
CHANGELOGS:
- Add
Iufs
andIufSize
inxreflect
, rewrite some api. - Update some package docs.