Mike Bierlee
|
cf010cd002
|
Add vscode tasks
|
2021-08-24 21:15:25 +03:00 |
|
Mike Bierlee
|
199d936070
|
Prepare next release
|
2021-07-06 21:09:32 +03:00 |
|
Mike Bierlee
|
70b4c9e9dd
|
Remove helpful compilation warning in favor of supporting more edge-cases out of the box
|
2021-07-03 18:38:21 +03:00 |
|
Mike Bierlee
|
d7dc57ec99
|
Update changelog and readme
|
2021-06-15 23:38:25 +03:00 |
|
Mike Bierlee
|
0127c0a80c
|
Add unittest for fix in #37
|
2021-06-15 23:34:50 +03:00 |
|
nucz
|
00dd758e01
|
fix "multiple ! arguments are not allowed" on ...
...constructor argument injection
|
2021-06-15 23:25:39 +03:00 |
|
Mike Bierlee
|
88234ab1b3
|
Merge remote-tracking branch 'origin/main' into develop
|
2021-06-15 23:18:37 +03:00 |
|
SingingBush
|
de23574cfb
|
Also test on GDC (Ubuntu only)
|
2021-06-15 22:50:05 +03:00 |
|
SingingBush
|
729a50ee90
|
remove travis.yml and update README
|
2021-06-15 22:50:05 +03:00 |
|
SingingBush
|
c4d4e5e82f
|
split CI into two jobs
|
2021-06-15 22:50:05 +03:00 |
|
SingingBush
|
d15aa3fb07
|
use Github Actions for CI instead of travis-ci
|
2021-06-15 22:50:05 +03:00 |
|
SingingBush
|
25b9e95128
|
added .editorconfig file
|
2021-06-15 22:50:05 +03:00 |
|
Mike Bierlee
|
3e98e6320e
|
Bump version in readme
|
2021-05-04 22:11:59 +03:00 |
|
Mike Bierlee
|
f394cf240a
|
Add clean as phony to makefile
|
2021-05-04 22:11:29 +03:00 |
|
Mike Bierlee
|
5134fc7390
|
Add PR to changelog
|
2021-05-04 21:59:14 +03:00 |
|
heromyth
|
3a5d5bf214
|
Interface is allowed by initializedBy.
|
2021-05-04 21:57:20 +03:00 |
|
Mike Bierlee
|
dcaa4d77be
|
Autoformat code according to The D Style
|
2021-05-01 22:16:44 +03:00 |
|
Mike Bierlee
|
2b40ab95cf
|
Don't import polyfill and altphobos packages publicly
They might break user code
|
2021-05-01 22:01:14 +03:00 |
|
Mike Bierlee
|
87172b0989
|
Add fix to changelog
|
2021-05-01 21:43:09 +03:00 |
|
Mike Bierlee
|
5e9774b96a
|
Change imports to only include used symbols
|
2021-05-01 21:41:54 +03:00 |
|
Mike Bierlee
|
6ab7795463
|
Compensate for broken isFunction in Phobos by rolling own implementation (Fixes #32)
|
2021-05-01 21:41:10 +03:00 |
|
Mike Bierlee
|
edfa5cdffb
|
Fail compilation with helpful message when trying to register class by supertype it does not inherit from
|
2021-04-29 22:24:27 +03:00 |
|
Mike Bierlee
|
d0728d5025
|
Add makefile for simplified running of examples
|
2021-04-29 20:37:59 +03:00 |
|
Mike Bierlee
|
0ff0c5148f
|
Bump version
|
2021-04-29 01:46:26 +03:00 |
|
Mike Bierlee
|
de5fe524a0
|
Fix always polyfilling isFunction
|
2021-04-29 01:45:08 +03:00 |
|
Mike Bierlee
|
eaac0eb7ce
|
Add initializedOnceBy() to create singleton instances via injection initializer
|
2021-04-29 01:45:08 +03:00 |
|
Mike Bierlee
|
8f4a64cf4c
|
Move injection initializer to registration scope
|
2021-04-29 01:45:08 +03:00 |
|
Mike Bierlee
|
89512e0cb0
|
Move initializer to its own example
|
2021-04-29 01:45:08 +03:00 |
|
Mike Bierlee
|
bb4eaf8676
|
Clean-up initializer
|
2021-04-29 01:45:08 +03:00 |
|
Mike Bierlee
|
1ae7f5789c
|
Clarify example running readme
|
2021-04-29 01:45:08 +03:00 |
|
Mike Bierlee
|
cee288bb52
|
Merge remote-tracking branch 'origin/main' into develop
|
2021-01-04 02:37:07 +03:00 |
|
Mike Bierlee
|
5726b0750d
|
Rename branch master -> main
|
2021-01-04 02:36:09 +03:00 |
|
Mike Bierlee
|
ef00ec4f6f
|
Merge remote-tracking branch 'origin/master' into develop
|
2021-01-04 02:11:17 +03:00 |
|
Mike Bierlee
|
3f6636109e
|
Update copyrights
|
2021-01-04 02:04:20 +03:00 |
|
Mike Bierlee
|
ad8be804a0
|
Prepare release 8.1.0-beta.2
|
2020-03-29 21:37:44 +03:00 |
|
heromyth
|
cad0200904
|
ConcreteType should be a class
|
2020-03-29 21:34:02 +03:00 |
|
Mike Bierlee
|
e26be1f439
|
Add Hunt Framework to "Projects Using Poodinis" section
|
2020-03-18 21:52:25 +03:00 |
|
Mike Bierlee
|
cfee7c585c
|
Remove removed LDC versions from faillure list
|
2020-03-18 21:48:54 +03:00 |
|
Mike Bierlee
|
73f670778c
|
Update compiler list in Travis build
- Add historical DMD versions
- Remove LDC versions, only build latest. DMD builds should take care of syntax-compatibility
|
2020-03-18 21:47:58 +03:00 |
|
Mike Bierlee
|
788b72d20d
|
Prepare release 8.1.0-beta
|
2020-03-18 21:33:56 +03:00 |
|
Mike Bierlee
|
7a26dd12e0
|
Merge pull request #28 from huntlabs/develop
Instance initialization improved
|
2020-03-18 21:25:02 +03:00 |
|
Mike Bierlee
|
45f532e084
|
Merge remote-tracking branch 'origin/master' into develop
|
2020-03-11 23:40:03 +03:00 |
|
Mike Bierlee
|
81de14a1ee
|
Update copyrights
|
2020-03-11 23:38:54 +03:00 |
|
heromyth
|
0c8c1434f7
|
Check if a Type is registered
|
2020-03-11 09:55:15 +08:00 |
|
heromyth
|
3d87339da6
|
Merge branch 'develop' of https://github.com/mbierlee/poodinis into develop
|
2020-03-02 11:31:24 +08:00 |
|
heromyth
|
3b11c4aec4
|
Add a constuction handler
|
2020-02-26 16:14:12 +08:00 |
|
heromyth
|
55726e84db
|
All the unittests passed
|
2020-02-11 10:19:08 +08:00 |
|
heromyth
|
15d8c7e754
|
Restore callPostConstructors
|
2020-02-10 15:34:00 +08:00 |
|
heromyth
|
b9d4bd1b83
|
Register with an initializer.
|
2020-02-09 23:46:06 +08:00 |
|
heromyth
|
4ebeeb9c9f
|
isFunction may not work
|
2020-02-09 23:43:11 +08:00 |
|