Skip to content

Releases: TomokiMiyauci/seqtools

1.0.0

01 Jul 05:41
Compare
Choose a tag to compare

1.0.0 (2023-07-01)

Features

  • add readonly to function arguments (27d6bb8)
  • change indexable interface (7895f5a)
  • head_tail: add spliting head and tail (4aacd32)
  • head: add head function (024d0f7)
  • head: improve type infer (d8cc1f8)
  • init_last: add spliting init and last like spread operation (3409514)
  • init: add init function (a8c133a)
  • init: module is to be private (ef6765f)
  • last: add last function (bbaa928)
  • rename type alias (eb3f50e)
  • tail: add tail function (2e6dd84)
  • types: add generics for slice (26384ec)

1.0.0-beta.3

01 Jul 05:33
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2023-07-01)

Features

1.0.0-beta.2

01 Jul 05:14
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2023-07-01)

Features

  • head_tail: add spliting head and tail (4aacd32)
  • init_last: add spliting init and last like spread operation (3409514)
  • types: add generics for slice (26384ec)

1.0.0-beta.1

30 Jun 07:15
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2023-06-30)

Features

  • add readonly to function arguments (27d6bb8)
  • change indexable interface (7895f5a)
  • head: add head function (024d0f7)
  • head: improve type infer (d8cc1f8)
  • init: add init function (a8c133a)
  • init: module is to be private (ef6765f)
  • last: add last function (bbaa928)
  • tail: add tail function (2e6dd84)