Skip to content

Releases: ch1ller0/fridgefm-radio-core

v3.3.0

20 Feb 20:21
b6194ae

Choose a tag to compare

What's Changed

Full Changelog: v3.2.7...v3.3.0

v3.2.7

18 Feb 19:45

Choose a tag to compare

What's Changed

Full Changelog: v3.2.6...v3.2.7

v3.2.6

20 Oct 19:00
149a301

Choose a tag to compare

What's Changed

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

v3.2.5

19 Sep 14:40
70c7770

Choose a tag to compare

What's Changed

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

v3.1.5

23 Jul 17:49
c6026e1

Choose a tag to compare

What's Changed

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

v3.1.4

14 Jan 13:01
bf1b57a

Choose a tag to compare

Minor refactoring

v3.1.2

26 Oct 23:04
ebb1245

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

Choose a tag to compare

  • Fixed Prebuffer.getStorage method with returning the latest added chunk

v3.0.1

03 Mar 18:03
cb37c26

Choose a tag to compare

  • Moved typed-emitter to dependencies instead of devDependencies
  • Updated minor deps versions

Major improvements

18 Feb 18:22
625acd7

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...