Skip to content

Commit 07f9f5f

Browse files
committed
update
1 parent d1ce20f commit 07f9f5f

File tree

686 files changed

+840
-351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

686 files changed

+840
-351
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.9] 2025-09-11
6+
### Changes
7+
- Made `View` a weak reference to further reduce coupling
8+
9+
## [1.8] - 2025-05-30
10+
### Changed
11+
- SwiftUI compatibility fixes
12+
13+
## [1.7] - 2025-05-23
14+
### Changed
15+
- Improvements and minor updates
16+
- Updated docs generated from Swift
17+
18+
## [1.6] - 2020-07-23
19+
### Changed
20+
- Updated Swift syntax
21+
- Updated documentation
22+
- Added `@discardableResult` attribute to suppress compiler unused result warnings
23+
24+
## [1.5] - 2020-04-21
25+
### Changed
26+
- Applied weak reference for `viewComponent` in `Mediator`
27+
28+
## [1.4] - 2020-03-16
29+
### Changed
30+
- Refactor
31+
32+
## [1.3] - 2019-04-03
33+
### Added
34+
- Swift Package Manager support
35+
- Swift 5.0 support
36+
37+
## [1.2] - 2016-12-11
38+
### Added
39+
- Swift 3.0 support
40+
41+
## [1.1] - 2016-05-30
42+
### Added
43+
- Swift 2.0 support
44+
- Updated Swift header documentation for parameters and returns
45+
- Adjusted protocol conformance for Swift 2.0 compiler restrictions
46+
- Converted variables to `let` where never mutated
47+
48+
## [1.0] - 2016-04-30
49+
### Added
50+
- Initial upload of ported code (equivalent to AS3 MultiCore Version 1.0.5)

PureMVC.doccarchive/css/866.2d08a543.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PureMVC.doccarchive/css/989.4f123103.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PureMVC.doccarchive/css/documentation-topic.da0b1931.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PureMVC.doccarchive/css/index.3a335429.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PureMVC.doccarchive/css/topic.4be8f56d.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PureMVC.doccarchive/css/tutorials-overview.adb17623.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)