Skip to content

Releases: sametkoyuncu/RouteTown

v0.1.2

25 Jul 18:38
24af5b1

Choose a tag to compare

v0.1.2

Changes

  • Some method parameter names have been corrected.

v0.1.1

13 Jul 14:08

Choose a tag to compare

v0.1.1

Changes

  • Made the configure method of the Logger class public.

v0.1.0 - Initial Release

Features

  • Initial release of the RouteTown library.
  • Provides flexible and powerful routing mechanisms for iOS applications.
  • Includes methods for presenting and dismissing view controllers.
  • Tracks visited routes and handles navigation in a structured way.
  • Custom error handling with RouteTownError.

Installation

Add the following to your Package.swift:

dependencies: [
    .package(url: "https://github.com/your-username/RouteTown.git", from: "0.1.0")
]

Usage

Import RouteTown and use it in your project:

import RouteTown

let router = RT.shared
router.push(viewController)

License

This software is provided under the RouteTown License Agreement. See the LICENSE file for more information.

Author

Name: Samet Koyuncu
Email: sametkoyuncu@live.com
GitHub: sametkoyuncu

v0.1.0

13 Jul 09:55

Choose a tag to compare

v0.1.0 - Initial Release

Features

  • Initial release of the RouteTown library.
  • Provides flexible and powerful routing mechanisms for iOS applications.
  • Includes methods for presenting and dismissing view controllers.
  • Tracks visited routes and handles navigation in a structured way.
  • Custom error handling with RouteTownError.

Installation

Add the following to your Package.swift:

dependencies: [
    .package(url: "https://github.com/your-username/RouteTown.git", from: "0.1.0")
]

Usage

Import RouteTown and use it in your project:

import RouteTown

let router = RT.shared
router.push(viewController)

License

This software is provided under the RouteTown License Agreement. See the LICENSE file for more information.