themoviedb v1.2.0.1 Release Notes

Release Date: 2020-10-27 // almost 3 years ago

Previous changes from v1.2.0.0

    🆕 New Settings type with the ability to set a preferred ISO 639-1
    language code. Functions that used to take a Key now take a
    Settings value instead. (#5)

    ✂ Removed the Binary instance for Configuration since the Aeson
    instances can be used to serialize to binary.

    🔨 Reformatted all code with Ormolu and refactored some bits to
    ✂ remove unnecessary dependencies.