PopKorn v1.3.0 Release Notes

Release Date: 2019-12-19 // over 4 years ago
    • ๐Ÿ†• New: Can compile Injectable classes without default environment
    • ๐Ÿ›  Fix: String, Bool (boolean), Int (int), etc... were still giving compilation error when used in constructors/methods
    • ๐Ÿ†• New: Can use Empty parameter at any constructor/method to 'fake overload'
    • ๐Ÿ†• New: Constructor/method parameters of Injectable classes can now be nullable
    • ๐Ÿ†• New: InjectableProvider can provide an Interface now
    • ๐Ÿ†• New: Custom Injector can use custom pools
    • ๐Ÿ›  Fix: Runtime injectable can now be an interface
    • ๐Ÿ†• New: Can get the current environment in any injectable constructor/method by defining Environment parameter
    • ๐Ÿ›  Fix: Multiple environments in a constructor/method result in an invalid compilation file