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

Short term roadmap/contributor access #293

Closed
speedytwenty opened this issue Apr 5, 2022 · 2 comments
Closed

Short term roadmap/contributor access #293

speedytwenty opened this issue Apr 5, 2022 · 2 comments
Assignees

Comments

@speedytwenty
Copy link
Collaborator

speedytwenty commented Apr 5, 2022

I'm seeking access [and any inapparent special instructions] to publish [npm] releases for cli-table3. @Turbo87 @DanielRuf

The short term roadmap is a bug-fix and feature additions release: v0.6.2. Followed later by a v0.6.3 release which hones in on performance—both speed and memory consumption—without breaking the API**. I'm not sure where Typescript support stands but I aim to know before v0.6.3 (#295).


I've spent the last ~10 days methodically picking a couple years worth of low-hanging-fruit as well as getting pretty intimate with this entire package; including source, tests, dependencies, documentation, and documentation generation.

If granted, I will seek to automate and document the release process for ourselves and future contributors to include any of the following that may not already be present:

  • Ensure tests (which include linting) are passing before release
  • Ensure docs are generated and unchanged or included in release
  • CHANGELOG.md is updated via lerna-changelog
  • version in package.json is bumped appropriately

Proposed (short-term) roadmap

v0.6.2

This will be a release of the latest fixes and feature additions—before further refactoring. Including:


v0.6.3

potentially v0.7.0

Performance knockout!
This will reduce the rending time of cli-table3 by ~3,600% and memory usage will be minimized without breaking the API.

Custom cells
Cell will be heavily refactored and the API sanitized. Not sure how well it will be documented, but it will be possible to populate tables with custom cells that extend the [refactored] Cell.

**There may be "deep" API breakage in v0.6.3 for anyone that uses cli-table3's internal classes or functions.

@speedytwenty
Copy link
Collaborator Author

Noting, that I'm anticipating a breaking v0.7.0 release with #295. To continue supporting Node version 13.x is likely more hassle than it's worth. It could be avoided, but it probably makes sense to drop support for Node 13 to avoid dependency issues.

@Turbo87
Copy link
Contributor

Turbo87 commented Apr 13, 2022

👋 @speedytwenty

sorry, I was on vacation. I just gave you publish permission on npm. thanks a lot for your work on this package! :)

@Turbo87 Turbo87 closed this as completed Apr 13, 2022
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

No branches or pull requests

3 participants