File tree 4 files changed +70
-4
lines changed
4 files changed +70
-4
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : 🐛 File a bug report
3
+ title : " 🐛 "
4
+ labels : ["type:bug", "status:to be verified"]
5
+ assignees :
6
+ - roxblnfk
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ Thanks for taking the time to fill out this bug report!
12
+
13
+ - type : checkboxes
14
+ id : search-done
15
+ attributes :
16
+ label : No duplicates 🥲.
17
+ options :
18
+ - label : I have searched for a similar issue in our bug tracker and didn't find any solutions.
19
+ required : true
20
+ - type : textarea
21
+ id : what-happened
22
+ attributes :
23
+ label : What happened?
24
+ description : Also tell us, what did you expect to happen? Please write only in English.
25
+ placeholder : Tell us what you see!
26
+ value : " A bug happened!"
27
+ validations :
28
+ required : true
29
+ - type : textarea
30
+ id : version
31
+ attributes :
32
+ label : Version
33
+ description : What version of our software are you running?
34
+ value : |
35
+ entity-behavior v1.1.0
36
+ orm v2.0.2,
37
+ PHP 8.1
38
+ validations :
39
+ required : true
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+
3
+ contact_links :
4
+ - name : ❓ Start a discussion or ask a question.
5
+ url : https://github.com/cycle/orm/discussions
6
+ about : Please ask and answer questions here.
Original file line number Diff line number Diff line change
1
+ name : Feauture request
2
+ description : 💡 Suggest an idea for this project
3
+ title : " 💡 "
4
+ labels : ["type:feature"]
5
+ assignees :
6
+ - roxblnfk
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ Thanks for taking the time to share your idea!
12
+
13
+ - type : textarea
14
+ id : idea
15
+ attributes :
16
+ label : I have an idea!
17
+ description : Clear and concise description of your idea. Please write only in English.
18
+ placeholder : Tell us what you see!
19
+ value : " I have an idea, listen to me!!"
20
+ validations :
21
+ required : true
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
-
4
- v1.1.0 under development
5
- ------------------------
6
- - Add ` SourceInterface $source ` property to the ` MapperEvent `
3
+ v1.1.0 (20.01.2022)
4
+ -------------------
5
+ - Add ` SourceInterface $source ` property to the ` MapperEvent ` by @ msmakouz ( # 18 )
6
+ - Add nullable parameter to the updatedAt behavior by @ msmakouz ( # 23 )
7
7
8
8
v1.0.0 (22.12.2021)
9
9
-------------------
You can’t perform that action at this time.
0 commit comments