Skip to content

Releases: theogainey/deno-xbar

v2.1.0

03 Jun 14:23
7b97794
Compare
Choose a tag to compare
  • Updates documentation to include support for Homebrew installations in shebang

v2.0.1

20 May 20:19
e744b39
Compare
Choose a tag to compare
style: src/index.ts formatting

Changes to be committed:
	modified:   src/index.ts

v2.0.0

13 May 18:15
bd6681b
Compare
Choose a tag to compare
feat: TypeScript Migration

Changes to be committed:
	modified:   mod.ts
	deleted:    src/accessibility.js
	new file:   src/accessibility.ts
	deleted:    src/format.js
	new file:   src/format.ts
	deleted:    src/index.js
	new file:   src/index.ts
	new file:   src/types.d.ts
	deleted:    src/utility.js
	new file:   src/utility.ts
	modified:   test/accessibility.test.js
	modified:   test/format.test.js
	modified:   test/index.test.js

v1.0.0

26 Apr 02:04
21a1005
Compare
Choose a tag to compare
docs: update README & CONTRIBUTING

update README.MD
add CONTRIBUTING.md

v0.3.0

25 Apr 14:16
de5904e
Compare
Choose a tag to compare
fix: wordWrap bug

fix wordWrap does not throw error when passed an object with falsy text field

Changes to be committed:
	modified:   src/accessibility.js
	modified:   test/accessibility.test.js

v0.2.0

19 Apr 20:29
30237cd
Compare
Choose a tag to compare
docs: update documentation