Skip to content

Releases: RobTillaart/printHelpers

0.4.4 release

06 Jan 11:12
9f33beb
Compare
Choose a tag to compare
Fix URL in examples + minor edits (#19)

0.4.3 release

23 Dec 10:17
27c1fa6
Compare
Choose a tag to compare
add csi() - add comma separated integers (#18)

- added **csi()** comma separated integers for readability e.g. 123,458,654
- update readme.md.
- update examples

0.4.2 release

15 Nov 16:46
Compare
Choose a tag to compare
update readme.md

0.4.1 release

14 Jul 17:25
cd663d3
Compare
Choose a tag to compare
fix #16 signed - unsigned warning (#17)

- fix #16  signed/unsigned warning
- update example **print_toRoman.ino** to print 1..5000
- update example **print_sci.ino** when double = 8 bytes.
- update readme.md
- fix description range **toBytes()**
- change return type of **size_t sci(Stream, value, decimals)**
- add **printInch(inch, step)** e.g 7 7/16
- add **printFeet(feet)**

0.4.0 release

29 Jan 10:49
9c93ac4
Compare
Choose a tag to compare
add toRoman() (#15)

- bump version number as fix in 0.3.1 was serious
- add **toRoman()**
- add toRoman example
- redo **toBytes()** (less RAM)
- update readme.md
- update unit test
- minor edits

0.3.1 release

28 Jan 12:49
74474fc
Compare
Choose a tag to compare
fix bug in scieng() (#14)

- fix **scieng()** itoa() => sprintf()  + conditional ESP32
- add leading 0 for exponents smaller than 10, to better align columns.
- update GitHub actions
- update license 2023
- add performance example
- update readme.md
- minor edits

0.3.0 release

29 Nov 16:10
dcc1acd
Compare
Choose a tag to compare
add hex() and bin() (#13)

* add hex() and bin()

0.2.5 release

22 Nov 14:50
208b9f4
Compare
Choose a tag to compare
add changelog.md (#12)

0.2.4 release

15 Apr 18:48
b11ac63
Compare
Choose a tag to compare
fix #9 Split .h in .h and .cpp (#10)

* fix #9 split .h in .h and .cpp

0.2.3 release

24 Dec 12:25
2c0c255
Compare
Choose a tag to compare
update library.json, license, minor edits (#8)