Skip to content

Releases: ch1ller0/fridgefm-radio-core

v3.2.6

20 Oct 19:00
149a301
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.5...v3.2.6

v3.2.5

19 Sep 14:40
70c7770
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.5...v3.2.5

v3.1.5

23 Jul 17:49
c6026e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5

v3.1.4

14 Jan 13:01
bf1b57a
Compare
Choose a tag to compare

Minor refactoring

v3.1.2

26 Oct 23:04
ebb1245
Compare
Choose a tag to compare
  • Removed redundant dependencies
  • Add linter import rules
  • Reconfigured tsconfig
  • Fix failing test
  • Prebuffer defaults
  • Updated circleci node image

v3.0.2

13 Apr 11:41
50472b7
Compare
Choose a tag to compare
  • Fixed Prebuffer.getStorage method with returning the latest added chunk

v3.0.1

03 Mar 18:03
cb37c26
Compare
Choose a tag to compare
  • Moved typed-emitter to dependencies instead of devDependencies
  • Updated minor deps versions

Major improvements

18 Feb 18:22
625acd7
Compare
Choose a tag to compare

Major rethink of the package -> major version update

Common changes ⚙️

  • Default CLI logger
  • More transparent event management
  • Entities are kinda following the DI pattern (not really but they now have some other entities as deps) - and can be easily tested/replaced
  • Better test coverage

Playlist changes 🏷️

  • Ability to manipulate your playlists via reorder method (even duplicating the tracks in a playlist)
  • Track`s playCount is the same for each track (keeps in sync if there are 2 same tracks in a playlist)
  • Track`s playCount does not clear when the playlist drains
  • Playlist revalidates tracks on each restart - deletes unreachable tracks / adds newly added tracks

And more...

v2.3.2

09 Sep 22:25
8ada81d
Compare
Choose a tag to compare
  • Moved to a new space and a new package @fridgefm/radio-core

v2.3.1

12 Jun 10:28
e251de2
Compare
Choose a tag to compare

The release contains following PRs:

  • Added handler timings #80
  • Security fix #51