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

changelog v0.13 #1590

Merged
merged 8 commits into from
Sep 29, 2021
Merged

changelog v0.13 #1590

merged 8 commits into from
Sep 29, 2021

Conversation

jasonwilliams
Copy link
Member

@jasonwilliams jasonwilliams commented Sep 25, 2021

in progress

Blog post:
boa-dev/boa-dev.github.io#14

Notes

  • Special thanks @neeldug for keeping on top of our CI! Making sure our Github actions and testing were working properly.
  • We also had some Rust updates that needed us to refactor some parts of our code
  • There has been more work on the VM, in fact it has been re-designed to be more efficient
  • Worked on some builtins being more spec compliant
  • A better design of property descriptors that follow the spec more closely

@Razican Razican added this to the v0.13.0 milestone Sep 26, 2021
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
jasonwilliams and others added 2 commits September 26, 2021 11:33
Co-authored-by: Iban Eguia <[email protected]>
Co-authored-by: Iban Eguia <[email protected]>
@jasonwilliams jasonwilliams added the help wanted Extra attention is needed label Sep 26, 2021
Copy link
Member

@Razican Razican left a comment

Choose a reason for hiding this comment

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

Looking good!

- [FEATURE #1508](https://github.com/boa-dev/boa/pull/1508): Implement Object.values() (@HalidOdat)
- [FEATURE #1332](https://github.com/boa-dev/boa/pull/1332): Implement Array.prototype.sort (@jedel1043)
- [FEATURE #1417](https://github.com/boa-dev/boa/pull/1471): Implement Object.keys and Object.entries (@skyne98)
- [FEATURE #1406](https://github.com/boa-dev/boa/pull/1406): Implement destructuring assignments (@raskad)
Copy link
Member

Choose a reason for hiding this comment

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

I would say this could be added to the blog post :)

- [FEATURE #1417](https://github.com/boa-dev/boa/pull/1471): Implement Object.keys and Object.entries (@skyne98)
- [FEATURE #1406](https://github.com/boa-dev/boa/pull/1406): Implement destructuring assignments (@raskad)
- [FEATURE #1469](https://github.com/boa-dev/boa/pull/1469): Implement String.prototype.replaceAll (@raskad)
- [FEATURE #1442](https://github.com/boa-dev/boa/pull/1442): Implement closure functions (@HalidOdat)
Copy link
Member

Choose a reason for hiding this comment

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

We should mention in the blog post these improvements to the API

Copy link
Member

Choose a reason for hiding this comment

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

Yes I think for this in combination with #1523 we could show a little example in the blog post, possibly just from the https://github.com/boa-dev/boa/blob/master/boa/examples/closures.rs file.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@jasonwilliams jasonwilliams merged commit c977b8e into boa-dev:master Sep 29, 2021
@jasonwilliams jasonwilliams deleted the changelog branch October 13, 2021 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants