Skip to content

Commit

Permalink
Merge branch 'release/v1.3.0-js' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
joooKiwi committed Feb 19, 2024
2 parents 6d71858 + db80330 commit ae279e2
Show file tree
Hide file tree
Showing 17 changed files with 84 additions and 1,053 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,17 @@ Here is a list of the related projects made by me
- collection ([GitHub](https://github.com/joooKiwi/collection) | [NPM](https://www.npmjs.com/package/@joookiwi/collection))
- enumeration ([GitHub](https://github.com/joooKiwi/enumeration) | [NPM](https://www.npmjs.com/package/@joookiwi/enumerable))

## Contribution

You can contribute to my projects in 2 different ways
- [GitHub sponsor](https://github.com/sponsors/joooKiwi) or
- [!["Buy me a Coffee"](https://img.buymeacoffee.com/button-api/?&button_colour=40DCA5&font_colour=ffffff&font_family=Cookie&outline_colour=000000&coffee_colour=FFDD00)](https://www.buymeacoffee.com/joookiwi)

## Version history

| JS/TS | Date | Quick note |
|------------------------------------------------------------------|----------------------|-------------------------------------------------------------------------------------------|
| [1.3.0](https://github.com/joooKiwi/lazy/releases/tag/v1.3.0-js) | February 19th, 2024 | Standardization of the ~~BIG_INT~~ / BIGINT to only be BIGINT |
| 1.2.1 | December 4th, 2023 | A small update of the dependencies |
| [1.2.0](https://github.com/joooKiwi/lazy/releases/tag/v1.2.0-js) | September 28th, 2023 | Addition of lazy "bigint" numbers<br/>Fix on the empty array to be `readonly []` |
| [1.1.1](https://github.com/joooKiwi/lazy/releases/tag/v1.1.1-js) | August 14th, 2023 | Relocation of the `lazy` & `lazyOf` methods in their own standalone file |
Expand Down
7 changes: 7 additions & 0 deletions javascript/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
/*******************************************************************************
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
******************************************************************************/

export * from "./src/index"
7 changes: 7 additions & 0 deletions javascript/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*******************************************************************************
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
******************************************************************************/

import type {Config} from "jest"

/*
Expand Down
Loading

0 comments on commit ae279e2

Please sign in to comment.