Skip to content

Commit 9a8b9f4

Browse files
author
Afonso Gloeden
committed
CHANGELOG.md added
1 parent 521552c commit 9a8b9f4

File tree

1 file changed

+154
-0
lines changed

1 file changed

+154
-0
lines changed

CHANGELOG.md

Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
# Release Notes
2+
3+
## [Unreleased](https://github.com/uepg/laravel-sybase/compare/2.1.2...master)
4+
5+
6+
## [2.1.2 (2019-04-19)](https://github.com/uepg/laravel-sybase/compare/2.1.1...2.1.2)
7+
8+
Merge pull request [#43](https://github.com/uepg/laravel-sybase/pull/43) from afgloeden/master
9+
10+
Problem with constraint length of the primary key fixed
11+
12+
13+
## [2.1.1 (2019-04-05)](https://github.com/uepg/laravel-sybase/compare/2.1.0...2.1.1)
14+
15+
Merge pull request [#42](https://github.com/uepg/laravel-sybase/pull/42) from afgloeden/master
16+
17+
Changes related to PSR's
18+
19+
20+
## [2.1.0 (2019-01-23)](https://github.com/uepg/laravel-sybase/compare/2.0...2.1.0)
21+
22+
See README
23+
24+
25+
## [2.0 (2017-08-02)](https://github.com/uepg/laravel-sybase/compare/1.3.2...2.0)
26+
27+
Merge pull request [#36](https://github.com/uepg/laravel-sybase/pull/36) from marcelovsantos/master
28+
29+
Correction test for 5.3 and 5.4
30+
31+
32+
## [1.3.2 (2017-03-14)](https://github.com/uepg/laravel-sybase/compare/1.3.1...1.3.2)
33+
34+
Better identention
35+
36+
37+
## [1.3.1 (2017-03-14)](https://github.com/uepg/laravel-sybase/compare/1.3...1.3.1)
38+
39+
Fix [#29](https://github.com/uepg/laravel-sybase/issues/29)
40+
41+
42+
## [1.3 (2017-01-24)](https://github.com/uepg/laravel-sybase/compare/1.2.1...1.3)
43+
44+
Merging dev in master
45+
46+
47+
## [1.2.1 (2016-09-16)](https://github.com/uepg/laravel-sybase/compare/1.2.0.7...1.2.1)
48+
49+
Added support to multiples resultset
50+
51+
52+
## [1.2.0.7 (2016-06-09)](https://github.com/uepg/laravel-sybase/compare/1.2.0.6...1.2.0.7)
53+
54+
Merge branch 'case_insensitive'
55+
56+
57+
## [1.2.0.6 (2016-06-06)](https://github.com/uepg/laravel-sybase/compare/1.2.0.5...1.2.0.6)
58+
59+
Merge branch 'multiple_connections'
60+
61+
62+
## [1.2.0.5 (2016-06-02)](https://github.com/uepg/laravel-sybase/compare/1.2.0.4...1.2.0.5)
63+
64+
Fix a offset problem in joins
65+
66+
67+
## [1.2.0.4 (2016-05-23)](https://github.com/uepg/laravel-sybase/compare/1.2.0.3...1.2.0.4)
68+
69+
Fix [#13](https://github.com/uepg/laravel-sybase/issues/13)
70+
71+
72+
## [1.2.0.3 (2016-05-19)](https://github.com/uepg/laravel-sybase/compare/1.2.0.2...1.2.0.3)
73+
74+
Fix [#13](https://github.com/uepg/laravel-sybase/issues/13) for insert, remove and update
75+
76+
77+
## [1.2.0.2 (2016-05-18)](https://github.com/uepg/laravel-sybase/compare/1.2.0.1...1.2.0.2)
78+
79+
Fix [#14](https://github.com/uepg/laravel-sybase/issues/14)
80+
81+
82+
## [1.2.0.1 (2016-05-12)](https://github.com/uepg/laravel-sybase/compare/1.2...1.2.0.1)
83+
84+
Add money to
85+
86+
87+
## [1.2 (2016-05-03)](https://github.com/uepg/laravel-sybase/compare/1.1...1.2)
88+
89+
Merge branch 'dev'
90+
91+
92+
## [1.1 (2016-03-16)](https://github.com/uepg/laravel-sybase/compare/1.0.3...1.1)
93+
94+
Probably fixed [#11](https://github.com/uepg/laravel-sybase/issues/11) and possible other problems with querys builded without query builder (but all binds will be considered strings by default)
95+
96+
97+
## [1.0.3 (2016-02-18)](https://github.com/uepg/laravel-sybase/compare/1.0.2...1.0.3)
98+
99+
Fix [#8](https://github.com/uepg/laravel-sybase/issues/8)
100+
101+
102+
## [1.0.2 (2015-12-21)](https://github.com/uepg/laravel-sybase/compare/1.0.1...1.0.2)
103+
104+
Minor fixes and better stability.
105+
106+
107+
## [1.0.1 (2015-12-21)](https://github.com/uepg/laravel-sybase/compare/1.0...1.0.1)
108+
109+
Now offset works, but it is slow.
110+
111+
112+
## [1.0 (2015-12-21)](https://github.com/uepg/laravel-sybase/compare/0.3...1.0)
113+
114+
Now offset works, but it is slow.
115+
116+
117+
## [0.3 (2015-12-16)](https://github.com/uepg/laravel-sybase/compare/0.2.4...0.3)
118+
119+
Probably fixed [#4](https://github.com/uepg/laravel-sybase/issues/4) and [#5](https://github.com/uepg/laravel-sybase/issues/5)
120+
121+
122+
## [0.2.4 (2015-12-10)](https://github.com/uepg/laravel-sybase/compare/0.2.3...0.2.4)
123+
124+
This fix [#3](https://github.com/uepg/laravel-sybase/issues/3) (workaround).
125+
126+
127+
## [0.2.3 (2015-12-10)](https://github.com/uepg/laravel-sybase/compare/0.2.2...0.2.3)
128+
129+
Improving functions.
130+
131+
132+
## [0.2.2 (2015-12-08)](https://github.com/uepg/laravel-sybase/compare/0.2.1...0.2.2)
133+
134+
Update Readme.
135+
136+
137+
## [0.2.1 (2015-12-07)](https://github.com/uepg/laravel-sybase/compare/0.2...0.2.1)
138+
139+
This finally fix [#2](https://github.com/uepg/laravel-sybase/issues/2).
140+
141+
142+
## [0.2 (2015-12-04)](https://github.com/uepg/laravel-sybase/compare/0.1.1...0.2)
143+
144+
This fix [#2](https://github.com/uepg/laravel-sybase/issues/2)
145+
146+
147+
## [0.1.1 (2015-11-27)](https://github.com/uepg/laravel-sybase/compare/0.1.0...0.1.1)
148+
149+
Improvement in query seeking types.
150+
151+
152+
## [0.1.0 (2015-11-18)](https://github.com/uepg/laravel-sybase/compare/fd48f2b402acbfd72c3a2e903dabdb2df0a8cbc6...0.1.0)
153+
154+
Single quote problem solved.

0 commit comments

Comments
 (0)