Skip to content

Releases: wells/airflix

v1.1.6

17 Mar 04:13
Compare
Choose a tag to compare

Improvements

  • Support multiple file extensions for video files (i.e. m4v, mp4), where the order of the list determines the priority of which file type is served first when available.

v1.1.5

17 Feb 23:46
Compare
Choose a tag to compare

Improvements

  • Upgraded to Laravel 5.4
  • Upgraded to Laravel Mix
  • Reorganized folder structure for Vue components

v1.1.4

27 Dec 18:03
Compare
Choose a tag to compare

Improvements

  • Hide sluggish loading spinner when movies, TV shows, and settings pages already have data available

v1.1.3

27 Dec 06:05
Compare
Choose a tag to compare

Improvements

  • Debounce only API calls for keyword search
    • Updates filtered results in the DOM before the API calls are made
    • Fixes a keyboard input bug where _.debounce dropped keystrokes
  • Splice in updated records and add callback functions back for the vuex addRecord helper
    • Causes a slight performance hit compared to v1.1.2
    • Fixes a reactivity bug with the movie and TV show edit screens

v1.1.2

27 Dec 01:31
Compare
Choose a tag to compare

Improvements

  • Call hideMenu with @click.native on router-link components to fix mobile device menu interaction

v1.1.1

27 Dec 00:28
Compare
Choose a tag to compare

Improvements

  • Speed up load performance, specifically of the movies and TV shows index pages
  • Replace all typed equality comparison operators (===) in JS

v1.1.0 Backlighting

26 Dec 21:25
Compare
Choose a tag to compare

Prepare for the season premiere.

Updates primary dependencies:

  • Laravel 5.3
  • Vue.JS 2.1
    • vue-router 2.1
    • vuex 2.1
    • axios 0.15 (replaces vue-resource)

v1.0.0 Action

25 Jul 22:42
Compare
Choose a tag to compare

Time to roll out the red carpet.