this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use badgen instead of shields.io

badgen is the successor to shields.io

+12 -6
+9 -3
changelog.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 - ## [v2.2.1](https://github.com/ptrkcsk/BB26/compare/v2.2.0...v2.2.1) - 2022-11-22 8 + ## [Unreleased](https://github.com/ptrkcsk/BB26/compare/v2.2.1...HEAD) 9 9 10 10 ### Changed 11 11 12 - - Improved documentation 12 + - Improve documentation 13 13 14 - ## [v2.2.0](https://github.com/ptrkcsk/BB26/compare/v2.1.1...v2.2.0) - 2021-12-25 14 + ## [2.2.1](https://github.com/ptrkcsk/BB26/compare/v2.2.0...v2.2.1) – 2022-11-22 15 + 16 + ### Changed 17 + 18 + - Improve documentation 19 + 20 + ## [2.2.0](https://github.com/ptrkcsk/BB26/compare/v2.1.1...v2.2.0) – 2021-12-25 15 21 16 22 ### Changed 17 23
+3 -3
readme.md
··· 1 1 # BB26 2 2 3 - [![Badge indicating minified and gzipped size of BB26 v2.2.1](https://img.shields.io/bundlephobia/minzip/bb26/2.2.1)](https://bundlephobia.com/result?p=bb26) 4 - [![Badge indicating number of downloads per month of BB26 from npm package registry](https://img.shields.io/npm/dw/bb26)](https://www.npmjs.com/package/bb26) 5 - [![Badge indicating percent test coverage of BB26](https://img.shields.io/codeclimate/coverage/ptrkcsk/BB26?label=test%20coverage)](https://codeclimate.com/github/ptrkcsk/BB26/test_coverage) 3 + [![Badge indicating minified and gzipped size of BB26](https://badgen.net/bundlephobia/minzip/bb26)](https://bundlephobia.com/result?p=bb26) 4 + [![Badge indicating number of weekly downloads of BB26 from npm package registry](https://badgen.net/npm/dw/bb26)](https://www.npmjs.com/package/bb26) 5 + [![Badge indicating percent test coverage of BB26](https://badgen.net/codeclimate/coverage/patrik-csak/BB26?label=test+coverage)](https://codeclimate.com/github/patrik-csak/BB26/test_coverage) 6 6 7 7 BB26 is a JavaScript library for working with [bijective base-26](https://en.wikipedia.org/wiki/Bijective_numeration#The_bijective_base-26_system) (BB26) numbers 8 8