All Versions
39
Latest Version
Avg Release Cycle
10 days
Latest Release
508 days ago

Changelog History
Page 1

  • v1.36.0 Changes

    November 28, 2022

    โž• Adding:

    • lo.AttemptWhile
    • lo.AttemptWhileWithDelay
  • v1.35.0 Changes

    November 15, 2022

    โž• Adding:

    • lo.RandomString
    • lo.BufferWithTimeout (alias to lo.BatchWithTimeout)
    • lo.Buffer (alias to lo.Batch)

    ๐Ÿ”„ Change:

    • lo.Slice: avoid panic caused by out-of-bounds

    ๐Ÿ—„ Deprecation:

    • lo.BatchWithTimeout
    • lo.Batch
  • v1.34.0 Changes

    November 12, 2022

    Improving:

    • lo.Union: faster and can receive more than 2 lists

    โž• Adding:

    • lo.FanIn (alias to lo.ChannelMerge)
    • lo.FanOut

    ๐Ÿ—„ Deprecation:

    • lo.ChannelMerge
  • v1.33.0 Changes

    October 14, 2022

    โž• Adding:

    • lo.ChannelMerge

    Improving:

    • helpers with callbacks/predicates/iteratee now have named arguments, for easier autocompletion
  • v1.32.0 Changes

    October 10, 2022

    โž• Adding:

    • lo.ChannelToSlice
    • lo.CountValues
    • lo.CountValuesBy
    • lo.MapEntries
    • lo.Sum
    • lo.Interleave
    • TupleX.Unpack()
  • v1.31.0 Changes

    October 06, 2022

    โž• Adding:

    • lo.SliceToChannel
    • lo.Generator
    • lo.Batch
    • lo.BatchWithTimeout
  • v1.30.1 Changes

    October 06, 2022

    ๐Ÿ›  Fix:

    • ๐Ÿšš lo.Try1: remove generic type
    • lo.Validate: format error properly
  • v1.30.0 Changes

    October 04, 2022

    โž• Adding:

    • lo.TernaryF
    • lo.Validate
  • v1.29.0 Changes

    October 02, 2022

    โž• Adding:

    • lo.ErrorAs
    • lo.TryOr
    • lo.TryOrX
  • v1.28.0 Changes

    September 05, 2022

    โž• Adding:

    • lo.ChannelDispatcher with 6 dispatching strategies:
      • lo.DispatchingStrategyRoundRobin
      • lo.DispatchingStrategyRandom
      • lo.DispatchingStrategyWeightedRandom
      • lo.DispatchingStrategyFirst
      • lo.DispatchingStrategyLeast
      • lo.DispatchingStrategyMost