Skip to content

Releases: Schotsl/Uwuifier

Uwuifier v4.2.2 release!

20 Aug 12:12
Compare
Choose a tag to compare

How wrong I was! Hopefully, this is the last release for today. I’ve switched to running the publish on GitHub Actions instead of locally for a better JSR store integration, and I’ve fixed the Deno URL in the README.md.

Uwuifier v4.2.1 release!

20 Aug 11:26
c2e819c
Compare
Choose a tag to compare

Long time no see! This release fixes a few small issues in the README.md and further tweaks the default values. This should be the last update, at least for today ;)

Uwuifier v4.2.0 release!

20 Aug 11:13
c2e819c
Compare
Choose a tag to compare

This update is primarily for maintenance. I’ve upgraded every dependency and switched away from experimental decorators. Additionally, I’ve fixed a bug that caused random action insertion during line breaks. The module is now also available on JSR and should work properly on npm again. The most significant change is likely the adjustment of the DEFAULTS export, with the default values being slightly less intense.

Uwuifier V4 Deno rewrite!

13 Mar 13:19
Compare
Choose a tag to compare

Changed

  • Switched codebase to Deno, now the code is compiled for NPM using dnt

Added

  • Automatic release with GitHub actions
  • Automatic dependency management using uuid

Uwuifier V4 hotfix!

27 May 15:43
Compare
Choose a tag to compare

Changed

  • Fixed description, engine, homepage and description properties in package.json

Removed

  • Removed unused utils and seed type files

Uwuifier V4 release!

25 May 21:46
Compare
Choose a tag to compare

Node 14 is currently LTS, so we’ve dropped support for Node 10 and 12. We’ve also reduced the bundle size by removing unused files

Changed

  • Reduced bundle size

Removed

  • Dropped support for Node 11 & 12

Uwuifier V3 release!

07 Apr 20:24
Compare
Choose a tag to compare

It's not the fastest, it's not the lightest but it probably is the most advanced Uwuifier! Made for Deno and Node and the web

Added

  • Support for yarn and pnpm instead of only npm
  • Added more UwU faces

Changed

  • Switched to default export, in every version after v3.0.0 the Uwuifier class needs to be imported like this: import Uwuifier from 'uwuifier'; instead of the old import { Uwuifier } from 'uwuifier;
  • Switched to Deno for formatting and linting
  • Small bug fixes