[go: up one dir, main page]

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

V1 #2

Merged
merged 5 commits into from
Feb 8, 2020
Merged

V1 #2

merged 5 commits into from
Feb 8, 2020

Conversation

qntm
Copy link
Owner
@qntm qntm commented Feb 8, 2020
  • Moved source into a src directory, along with unit tests.
  • Code is now distributed in a dist directory instead of just as plain source.
  • base2048 now consumes and returns Uint8Arrays, not ArrayBuffers.
  • Bumped version to 1.0.0.
  • Use jest for unit testing instead of being all ad hoc about it.
  • Use rollup to create the distributions for CommonJS modules, ES6 modules and the browser.
  • Use standard for code formatting enforcement.
  • Source code is now ES6 modules.
  • Code now almost completely duplicates base32768 and is far more efficient in terms of memory and performance. Probably.
  • Moved test files.

@qntm qntm merged commit 0fab7e8 into master Feb 8, 2020
@qntm qntm deleted the v1 branch February 8, 2020 19:49
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.

1 participant