Skip to content

Releases: Aoi-hosizora/ahlib

ahlib v1.5.0

22 Jan 08:41
203437c
Compare
Choose a tag to compare

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

05 Nov 12:02
Compare
Choose a tag to compare

CHANGELOGS:

  1. Add MoveToLocation in xzone.
  2. Update LogX order in xdi.
  3. Adjust PrettifyJson in xstring.
  4. Update functions parameter to testing.TB and add msgAndArgs in xtesting.
  5. Add StringInterface ErrorInterface DefaultFormatString GoSyntaxString IsMark IsEmpty IsNotEmpty IsBlank IsNotBlank PadLeft PadRight GetLeft GetRight in xstring.
  6. Add StiOfXXX and adjust ItsOfXXX in xslice.
  7. Add SliceToInterfaceMap and SliceToStringMap in xmap.

ahlib v1.4.3

10 Oct 05:30
Compare
Choose a tag to compare

CHANGELOGS:

  1. Update xdi xproperty xentity test for codecov.
  2. Fix Stderr for PrintStacksRed and remove log for GetStack in xruntime.
  3. Add QuerySring MapSliceToMap MapToMapSlice in xstring.

ahlib v1.4.2

01 Oct 15:10
Compare
Choose a tag to compare

CHANGELOG:

  1. Rewrite all test.
  2. Add TimeSpan, update JsonDate JsonDateTime in xtime.
  3. Rewrite xtesting from testify/assert.
  4. Add some api for xdi with test.

ahlib-web v1.4.1

13 Sep 03:39
Compare
Choose a tag to compare

CHANGELOGS:

  1. Add GetUnexportedField setUnexportedField in xreflect.
  2. Add Assert NotAssert in xtesting.
  3. Add some max-min const in xnumber.
  4. Add Range ReverseRange GenerateByIndex in xslice.
  5. Add some sort function in xslice.

ahlib v1.4.0

29 Aug 04:42
5d0cbeb
Compare
Choose a tag to compare

CHANGELOGS:

  1. Add xstatus from ahlib-web.
  2. Add some helper in xsystem.
  3. Delete RenderLatency in xnumber.
  4. Fix xlinkedhashmap test.
  5. Update xproperty, split extensions to ahlib-web

ahlib 1.3.9

21 Aug 03:04
Compare
Choose a tag to compare

CHANGELOGS:

  1. Export PropertyMapperValue fields to allow to customize orderBy.

ahlib v1.3.8

19 Aug 20:32
Compare
Choose a tag to compare

CHANGELOGS:

  1. Add comments to xproperty.
  2. Add PropertyDict type to with some extensions functions in xproperty.
  3. Fix PropertyDict pointer methods in xproperty.

ahlib v1.3.6

19 Aug 19:09
Compare
Choose a tag to compare

CHANGELOGS:

  1. Add Mappable in xentity, update struct and improve performance.
  2. Update struct in xproperty, improve performance.
  3. Fix rand bug in xstring and update rand function in xslice.
  4. Add ApplyCypherOrderBy in xproperty.
  5. Add GetStructFields in xreflect.

ahlib v1.3.5

17 Aug 06:16
Compare
Choose a tag to compare

CHANGELOGS:

  1. Add Iufs and IufSize in xreflect, rewrite some api.
  2. Update some package docs.