bs58 icon indicating copy to clipboard operation
bs58 copied to clipboard

Changelog for 6.0.0

Open riva-infinex opened this issue 5 months ago • 2 comments

Hi, could you kindly add a changelog entry for 6.0.0? Thanks!

riva-infinex avatar Sep 12 '25 04:09 riva-infinex

bc1qjj09853tfpztjgrk4jeyzj4ml59fv9cmslv3c4gxxf57u0k3kxmqllx29y"1e4764f908f19b74284a889478b95d013c1bd36dc832dcb7eb36fe1801fed404",name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code uses: actions/checkout@v5 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." Base58

Short answer: In 6.0, ES Modules version of the package was added. The CommonJS version was also kept, they are in two folders in src/.

I've added changelog entries for 6.0.0 and 7.0.0 in my fork at https://github.com/vdavid/bs58. My package has 100% the same functionality as this one, but I've modernized it with TypeScript for type safety, and removed CommonJS. The package is extremely simple so this all doesn't make a lot of sense, but it was a fun exercise

vdavid avatar Dec 07 '25 00:12 vdavid