Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 887 Bytes

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 887 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Removed

Fixed

[1.0.0] - 2021-08-02

Added

  • Project setup
  • LaunchScreen.storyboard
  • Dependency injection using Resolver library
  • Main view LaunchesOverview and it's view components
  • Launches seach
  • Launches list sort methods
  • Storing of selected sort methods to User Defaults
  • Fetching of launches from API using Alamofire library
  • Fetching of cacheable images using KingFisher library
  • Added LaunchDetail screen with endpoint pastLaunch
  • Refactored SearchNavigationView to native UISearchBar
  • Added some view enhancements for LaunchesOverview