Skip to content
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

Prepare for alpha (0.1.0) release #5

Merged
merged 19 commits into from
Jul 8, 2021

Conversation

justingrant
Copy link
Contributor

@justingrant justingrant commented Jul 8, 2021

  • update version to 0.1.0
  • copy recent code & test changes from original repo
  • switch CI tests to run Node 14 and 16 (remove 15)
  • run prettier --fix
  • update dependencies
  • update .gitignore

Copy link
Contributor

@ptomato ptomato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's something I need to check out re. a bug fix in the getNextTransition/getPreviousTransition code, and I'd recommend not removing the big blocks of PlainDate/PlainTime tests, but otherwise this looks good.

test/intl.mjs Show resolved Hide resolved
test/plaintime.mjs Outdated Show resolved Hide resolved
lib/ecmascript.mjs Outdated Show resolved Hide resolved
justingrant and others added 19 commits July 8, 2021 14:31
Fixes #1487. Also fixes bug in units for PlainTime's until/since.
We use the operation from es-abstract in some places, and a snapshot of
Number.isInteger in others. Use IsInteger in order to correspond more with
the spec text.
* update version to 0.1.0
* copy recent code & test changes from original repo
* switch CI tests to run Node 14 and 16 (remove 15)
* run prettier --fix
* update dependencies
* update .gitignore
@ptomato ptomato merged commit 5a55047 into js-temporal:main Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants