Skip to content

Commit

Permalink
Merge branch 'alpha' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
laurence79 committed Jan 17, 2025
2 parents 81cbf74 + b61e0ab commit 759a484
Show file tree
Hide file tree
Showing 182 changed files with 2,359 additions and 1,912 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ on:
push:
branches:
- main
- next
- alpha
- beta

pull_request:
branches:
- main
- next
- alpha
- beta

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true

jobs:
lint:
Expand Down
5 changes: 4 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ branches:
- '+([0-9])?(.{+([0-9]),x}).x'
- 'main'

- name: 'next'
- name: 'alpha'
prerelease: true

- name: 'beta'
prerelease: true

tagFormat: ${version}
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"cSpell.language": "en-GB",
"cSpell.words": [
"cume",
"pipeable",
"rivr",
"ttsc",
"ttypescript"
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [3.0.0-alpha.2](https://github.com/laurence79/ts-array-extensions/compare/3.0.0-alpha.1...3.0.0-alpha.2) (2025-01-17)


### Features

* Rename addToPrototype to apply ([f4b1c18](https://github.com/laurence79/ts-array-extensions/commit/f4b1c18a8b5b99779eb46f980a1f2eb037798f08))

## [3.0.0-alpha.1](https://github.com/laurence79/ts-array-extensions/compare/2.2.3...3.0.0-alpha.1) (2025-01-16)


### Features

* Add pipes ([#38](https://github.com/laurence79/ts-array-extensions/issues/38)) ([c1bdeff](https://github.com/laurence79/ts-array-extensions/commit/c1bdeff257933eb875b5ed5fb68207d46fa95ab3))


### BREAKING CHANGES

* Async functions removed, new import path to apply to Array prototype

## [2.2.4](https://github.com/laurence79/ts-array-extensions/compare/2.2.3...2.2.4) (2025-01-16)


Expand All @@ -8,6 +27,7 @@
* Missing file extensions on compact and compactMap ([947af23](https://github.com/laurence79/ts-array-extensions/commit/947af237e69aa9054cb876e6e4b40e7eef919f42))
* Types not included in package ([54f6f44](https://github.com/laurence79/ts-array-extensions/commit/54f6f4416f50d29d4eafbc268349cdff258c4128))


## [2.2.4-next.4](https://github.com/laurence79/ts-array-extensions/compare/2.2.4-next.3...2.2.4-next.4) (2025-01-16)


Expand Down
Loading

0 comments on commit 759a484

Please sign in to comment.