-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
road to 2.0.0 #52
road to 2.0.0 #52
Conversation
…H 32/64 if needed
…ding the serialize function (#48)
… size set to a multiple of bitwords
…ng, make all propeties public, no readonly
This will need a serious squash commit before merging !! |
FYI I will look at this on Thursday morning 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congrats, great work 👍 🙏
Juste a small question but it's juste for my personal knowledge.
I'm merging the PR with a squash and will do the npm
release right after 🚀
@@ -24,8 +26,8 @@ jobs: | |||
key: ${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('yarn.lock') }} | |||
- name: Install package | |||
if: steps.cache.outputs.cache-hit != 'true' | |||
run: yarn install | |||
run: npm install -g yarn && yarn install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yarn is supposed to be installed by actions/setup-node
, it is not true anymore?
NEW:
.nextInt32()
function to get a new random seeded int 32-bits from the current seed.FIX: