Releases: veliovgroup/meteor-autoform-file
Releases Β· veliovgroup/meteor-autoform-file
π¦ v2.5.2
- Support for
[email protected].*and related/dependent packages, thanks to @harryadel
π¦ v2.5.1
- π¦ Update dependencies
- π¨βπ¬ Update test app
v2.5.0
Major changes:
β οΈ Minimum required version of meteor is2.0β οΈ Removedglobal.Buffer = function () {};
Changes:
- π€ Compatibility with
[email protected] - π¦
[email protected], wasv1.3.2 - π¦
ostrio:[email protected], wasv2.0.0
v2.4.0
- π€ Compatibility with
[email protected] - π¦
aldeed:[email protected] - π¦
ostrio:[email protected]
For more details see ostrio:[email protected] release notes
v2.3.1
- π€ Compatibility with
[email protected]; - π¦ Update
ostrio:filesdependency tov1.14.2, wasv1.14.0.
v2.3.0
- βοΈ This release focused on compatibility with
[email protected].*andnode@12.*.*; - π€ Compatibility with
[email protected].*; - π€ Compatibility with
node@12.*.*; - π¨βπ¬ Demo autoform-gridfs app is updated and tested agains latest meteor/node.js releases;
Minor:
- π₯ Package version
v2.3.0and newer are compatible only with[email protected].*and newer, due to changes in[email protected]andnode@12
Fixed:
- π Fix issues from #57: Default insertConfig chunksize and streams are NaN, thanks to @jankapunkt;
Updated:
- π¦ Remove
underscoreAtmosphere dependency for good; - π¦ Update
ostrio:filesAtmosphere dependency tov1.14.0, wasv1.13.0
v2.2.1
- π¨βπ» Merge #56 Get form Id for validation context thanks @harryadelb and @jankapunkt
- π¦ Update Atmosphere
ostrio:filestov1.13.0, wasv1.11.2
v2.2.0
- π¦ Dependencies update
- π·ββοΈ Merge #48, thanks to @pfmziota and @jankapunkt
- π·ββοΈ Merge #53, introducing
acceptoption/field, thanks to @jankapunkt - π¨βπ» Minor codebase enhancements
- π Documentation update
v2.1.3
- π·ββοΈ Attempt to fix #45, thanks to @jankapunkt , @marcoschwartz , and @anjunatic
- π¦ Update Atmosphere dependencies
v2.1.2
- π Merge #44 , fixing #43 , thanks to @jankapunkt and @rich-m21