@goatlab/fluent 0.7.1 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1072 -0
- package/dist/BaseConnector.d.ts +14 -7
- package/dist/BaseConnector.js +51 -3
- package/dist/Fluent.d.ts +0 -0
- package/dist/Fluent.js +0 -0
- package/dist/FluentEntity.d.ts +0 -0
- package/dist/FluentEntity.js +0 -0
- package/dist/TypeOrmConnector/TypeOrmConnector.d.ts +10 -11
- package/dist/TypeOrmConnector/TypeOrmConnector.js +134 -146
- package/dist/TypeOrmConnector/test/advanced/advancedTestSuite.d.ts +0 -0
- package/dist/TypeOrmConnector/test/advanced/advancedTestSuite.js +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.entity.d.ts +6 -6
- package/dist/TypeOrmConnector/test/advanced/typeOrm.entity.js +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/advanced/typeOrm.repository.js +0 -0
- package/dist/TypeOrmConnector/test/basic/basicTestSuite.d.ts +1 -1
- package/dist/TypeOrmConnector/test/basic/basicTestSuite.js +116 -4
- package/dist/TypeOrmConnector/test/basic/goat.entity.d.ts +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.entity.js +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/basic/goat.repository.js +0 -0
- package/dist/TypeOrmConnector/test/dbEntities.d.ts +0 -0
- package/dist/TypeOrmConnector/test/dbEntities.js +0 -0
- package/dist/TypeOrmConnector/test/docker/docker.d.ts +0 -0
- package/dist/TypeOrmConnector/test/docker/docker.js +0 -0
- package/dist/TypeOrmConnector/test/docker/mysql.d.ts +0 -0
- package/dist/TypeOrmConnector/test/docker/mysql.js +0 -0
- package/dist/TypeOrmConnector/test/flock.d.ts +0 -0
- package/dist/TypeOrmConnector/test/flock.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/car.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/car.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/mongo.memory.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/mongo.memory.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/mongoDatasource.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/mongoDatasource.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/roles.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/roles.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/roles_user.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/roles_user.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mongo/user.mongo.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mongo/user.mongo.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mysql/car.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mysql/car.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mysql/mysqlDataSource.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mysql/mysqlDataSource.js +0 -0
- package/dist/TypeOrmConnector/test/mysql/roles.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mysql/roles.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mysql/roles_user.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mysql/roles_user.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/mysql/user.mysql.repository.d.ts +0 -0
- package/dist/TypeOrmConnector/test/mysql/user.mysql.repository.js +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.entity.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.entity.js +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.repositoryTypeOrm.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.repositoryTypeOrm.js +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.schema.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/car/car.schema.js +0 -0
- package/dist/TypeOrmConnector/test/relations/relationsTestsSuite.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/relationsTestsSuite.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/role.schema.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/role.schema.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles.entity.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles.entity.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles.repositoryTypeOrm.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles.repositoryTypeOrm.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_user.entity.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_user.entity.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_user.schema.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_user.schema.js +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_users.repositoryTypeOrm.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/roles/roles_users.repositoryTypeOrm.js +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.entity.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.entity.js +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.repositoryTypeOrm.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.repositoryTypeOrm.js +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.schema.d.ts +0 -0
- package/dist/TypeOrmConnector/test/relations/user/user.schema.js +0 -0
- package/dist/TypeOrmConnector/test/sqlite/memoryDataSource.d.ts +0 -0
- package/dist/TypeOrmConnector/test/sqlite/memoryDataSource.js +0 -0
- package/dist/cache.d.ts +0 -0
- package/dist/cache.js +0 -0
- package/dist/core/Loopback/build-schema.d.ts +0 -0
- package/dist/core/Loopback/build-schema.js +0 -0
- package/dist/core/Loopback/common-types.d.ts +0 -0
- package/dist/core/Loopback/common-types.js +0 -0
- package/dist/core/Loopback/json-to-schema.d.ts +0 -0
- package/dist/core/Loopback/json-to-schema.js +0 -0
- package/dist/core/Loopback/mapValues.d.ts +0 -0
- package/dist/core/Loopback/mapValues.js +0 -0
- package/dist/core/Loopback/metadata.d.ts +0 -0
- package/dist/core/Loopback/metadata.js +0 -0
- package/dist/core/Loopback/model.d.ts +0 -0
- package/dist/core/Loopback/model.js +0 -0
- package/dist/core/Loopback/query.d.ts +0 -0
- package/dist/core/Loopback/query.js +0 -0
- package/dist/core/Loopback/relation.types.d.ts +0 -0
- package/dist/core/Loopback/relation.types.js +0 -0
- package/dist/core/Loopback/type-resolver.d.ts +0 -0
- package/dist/core/Loopback/type-resolver.js +0 -0
- package/dist/core/Loopback/type.d.ts +0 -0
- package/dist/core/Loopback/type.js +0 -0
- package/dist/core/Nestjs/applyDecorators.d.ts +0 -0
- package/dist/core/Nestjs/applyDecorators.js +0 -0
- package/dist/core/Nestjs/types/common.d.ts +0 -0
- package/dist/core/Nestjs/types/common.js +0 -0
- package/dist/core/Nestjs/types/decorators/api-hide-property.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/api-hide-property.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/api-property.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/api-property.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/apply-is-optional.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/apply-is-optional.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/args-type.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/args-type.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/create-property.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/create-property.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/directive.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/directive.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/extensions.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/extensions.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/field.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/field.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/input-type.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/input-type.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/interface-type.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/interface-type.decorator.js +0 -0
- package/dist/core/Nestjs/types/decorators/partial-type.helper.d.ts +0 -0
- package/dist/core/Nestjs/types/decorators/partial-type.helper.js +0 -0
- package/dist/core/Nestjs/types/errors/cannot-determine-host-type.error.d.ts +0 -0
- package/dist/core/Nestjs/types/errors/cannot-determine-host-type.error.js +0 -0
- package/dist/core/Nestjs/types/errors/directive-parsing.error.d.ts +0 -0
- package/dist/core/Nestjs/types/errors/directive-parsing.error.js +0 -0
- package/dist/core/Nestjs/types/errors/unable-to-find-fields.error.d.ts +0 -0
- package/dist/core/Nestjs/types/errors/unable-to-find-fields.error.js +0 -0
- package/dist/core/Nestjs/types/errors/undefined-type.error.d.ts +0 -0
- package/dist/core/Nestjs/types/errors/undefined-type.error.js +0 -0
- package/dist/core/Nestjs/types/interfaces/add-class-type-metadata.util.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/add-class-type-metadata.util.js +0 -0
- package/dist/core/Nestjs/types/interfaces/base-type-options.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/base-type-options.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/class-decorator-factory.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/class-decorator-factory.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/complexity.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/complexity.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/field-middleware.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/field-middleware.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/open-api-spec.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/open-api-spec.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/resolve-type-fn.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/resolve-type-fn.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/return-type-func.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/return-type-func.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/schema-object-metadata.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/schema-object-metadata.interface.js +0 -0
- package/dist/core/Nestjs/types/interfaces/type-options.interface.d.ts +0 -0
- package/dist/core/Nestjs/types/interfaces/type-options.interface.js +0 -0
- package/dist/core/Nestjs/types/lazy-metadata.storage.d.ts +0 -0
- package/dist/core/Nestjs/types/lazy-metadata.storage.js +0 -0
- package/dist/core/Nestjs/types/metadata/class.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/class.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/directive.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/directive.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/enum.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/enum.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/extensions.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/extensions.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/index.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/index.js +0 -0
- package/dist/core/Nestjs/types/metadata/interface.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/interface.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/object-type.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/object-type.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/param.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/param.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/property.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/property.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/resolver.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/resolver.metadata.js +0 -0
- package/dist/core/Nestjs/types/metadata/union.metadata.d.ts +0 -0
- package/dist/core/Nestjs/types/metadata/union.metadata.js +0 -0
- package/dist/core/Nestjs/types/object-type.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/object-type.decorator.js +0 -0
- package/dist/core/Nestjs/types/omit-type.d.ts +0 -0
- package/dist/core/Nestjs/types/omit-type.js +0 -0
- package/dist/core/Nestjs/types/reflection.utils.d.ts +0 -0
- package/dist/core/Nestjs/types/reflection.utils.js +0 -0
- package/dist/core/Nestjs/types/set-metadata.decorator.d.ts +0 -0
- package/dist/core/Nestjs/types/set-metadata.decorator.js +0 -0
- package/dist/core/Nestjs/types/type-metadata.storage.d.ts +0 -0
- package/dist/core/Nestjs/types/type-metadata.storage.js +0 -0
- package/dist/core/Nestjs/types/utils/enum.utils.d.ts +0 -0
- package/dist/core/Nestjs/types/utils/enum.utils.js +0 -0
- package/dist/core/Nestjs/types/utils/get-fields-and-decorator.util.d.ts +0 -0
- package/dist/core/Nestjs/types/utils/get-fields-and-decorator.util.js +0 -0
- package/dist/core/Nestjs/types/utils/mapped-types.utils.d.ts +0 -0
- package/dist/core/Nestjs/types/utils/mapped-types.utils.js +0 -0
- package/dist/core/Nestjs/types/utils/model-properties-accessor.d.ts +0 -0
- package/dist/core/Nestjs/types/utils/model-properties-accessor.js +0 -0
- package/dist/core/Nestjs/types/utils/type-helpers.utils.d.ts +0 -0
- package/dist/core/Nestjs/types/utils/type-helpers.utils.js +0 -0
- package/dist/core/types.d.ts +0 -0
- package/dist/core/types.js +0 -0
- package/dist/decorators.d.ts +0 -0
- package/dist/decorators.js +0 -0
- package/dist/generatorDatasource.d.ts +0 -0
- package/dist/generatorDatasource.js +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.js +0 -0
- package/dist/loadRelations.d.ts +0 -0
- package/dist/loadRelations.js +0 -0
- package/dist/outputKeys.d.ts +0 -0
- package/dist/outputKeys.js +0 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.js +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1072 @@
|
|
|
1
|
+
# 0.5.20
|
|
2
|
+
|
|
3
|
+
## 0.7.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add tests for all base methods
|
|
8
|
+
|
|
9
|
+
## 0.7.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Fix loadFirst
|
|
14
|
+
|
|
15
|
+
## 0.7.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Fix type for in Operation
|
|
20
|
+
|
|
21
|
+
## 0.7.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Change Readme files
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @goatlab/js-utils@0.8.1
|
|
28
|
+
|
|
29
|
+
## 0.7.0
|
|
30
|
+
|
|
31
|
+
### Minor Changes
|
|
32
|
+
|
|
33
|
+
- 2a60387: Use new fluent query structure
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [2a60387]
|
|
38
|
+
- @goatlab/js-utils@0.8.0
|
|
39
|
+
|
|
40
|
+
## 0.6.24
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Remove OutputDao
|
|
45
|
+
- Updated dependencies
|
|
46
|
+
- @goatlab/dates@0.6.6
|
|
47
|
+
- @goatlab/js-utils@0.7.11
|
|
48
|
+
|
|
49
|
+
## 0.6.23
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- Upadate dependencies
|
|
54
|
+
- Updated dependencies
|
|
55
|
+
- @goatlab/dates@0.6.5
|
|
56
|
+
- @goatlab/js-utils@0.7.10
|
|
57
|
+
|
|
58
|
+
## 0.6.22
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- V up
|
|
63
|
+
|
|
64
|
+
## 0.6.21
|
|
65
|
+
|
|
66
|
+
### Patch Changes
|
|
67
|
+
|
|
68
|
+
- Fix many to many relations and class validation
|
|
69
|
+
|
|
70
|
+
## 0.6.20
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- Improve DaoOutput definition
|
|
75
|
+
|
|
76
|
+
## 0.6.19
|
|
77
|
+
|
|
78
|
+
### Patch Changes
|
|
79
|
+
|
|
80
|
+
- Fix related model querying
|
|
81
|
+
|
|
82
|
+
## 0.6.18
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- Fix with
|
|
87
|
+
|
|
88
|
+
## 0.6.17
|
|
89
|
+
|
|
90
|
+
### Patch Changes
|
|
91
|
+
|
|
92
|
+
- Fix relationship loaders to use services
|
|
93
|
+
|
|
94
|
+
## 0.6.16
|
|
95
|
+
|
|
96
|
+
### Patch Changes
|
|
97
|
+
|
|
98
|
+
- Add Cache class
|
|
99
|
+
|
|
100
|
+
## 0.6.15
|
|
101
|
+
|
|
102
|
+
### Patch Changes
|
|
103
|
+
|
|
104
|
+
- Update TypeOrm base connector
|
|
105
|
+
- Updated dependencies
|
|
106
|
+
- @goatlab/dates@0.6.4
|
|
107
|
+
- @goatlab/js-utils@0.7.9
|
|
108
|
+
|
|
109
|
+
## 0.6.14
|
|
110
|
+
|
|
111
|
+
### Patch Changes
|
|
112
|
+
|
|
113
|
+
- Re publish builds
|
|
114
|
+
- Updated dependencies
|
|
115
|
+
- @goatlab/dates@0.6.3
|
|
116
|
+
- @goatlab/js-utils@0.7.8
|
|
117
|
+
|
|
118
|
+
## 0.6.13
|
|
119
|
+
|
|
120
|
+
### Patch Changes
|
|
121
|
+
|
|
122
|
+
- Fix dependencies for firebase admin
|
|
123
|
+
- Updated dependencies
|
|
124
|
+
- @goatlab/js-utils@0.7.7
|
|
125
|
+
|
|
126
|
+
## 0.6.12
|
|
127
|
+
|
|
128
|
+
### Patch Changes
|
|
129
|
+
|
|
130
|
+
- Fix deps
|
|
131
|
+
- Updated dependencies
|
|
132
|
+
- @goatlab/js-utils@0.7.6
|
|
133
|
+
|
|
134
|
+
## 0.6.11
|
|
135
|
+
|
|
136
|
+
### Patch Changes
|
|
137
|
+
|
|
138
|
+
- Fix Date import
|
|
139
|
+
|
|
140
|
+
## 0.6.10
|
|
141
|
+
|
|
142
|
+
### Patch Changes
|
|
143
|
+
|
|
144
|
+
- force bump
|
|
145
|
+
|
|
146
|
+
## 0.6.9
|
|
147
|
+
|
|
148
|
+
### Patch Changes
|
|
149
|
+
|
|
150
|
+
- Export Access class
|
|
151
|
+
|
|
152
|
+
## 0.6.8
|
|
153
|
+
|
|
154
|
+
### Patch Changes
|
|
155
|
+
|
|
156
|
+
- Fix tsconfig
|
|
157
|
+
|
|
158
|
+
## 0.6.7
|
|
159
|
+
|
|
160
|
+
### Patch Changes
|
|
161
|
+
|
|
162
|
+
- remove internal index exports
|
|
163
|
+
|
|
164
|
+
## 0.6.6
|
|
165
|
+
|
|
166
|
+
### Patch Changes
|
|
167
|
+
|
|
168
|
+
- Export Pagination Classes
|
|
169
|
+
|
|
170
|
+
## 0.6.5
|
|
171
|
+
|
|
172
|
+
### Patch Changes
|
|
173
|
+
|
|
174
|
+
- Improve export
|
|
175
|
+
|
|
176
|
+
## 0.6.4
|
|
177
|
+
|
|
178
|
+
### Patch Changes
|
|
179
|
+
|
|
180
|
+
- Remove tests from dist
|
|
181
|
+
|
|
182
|
+
## 0.6.3
|
|
183
|
+
|
|
184
|
+
### Patch Changes
|
|
185
|
+
|
|
186
|
+
- Export types
|
|
187
|
+
|
|
188
|
+
## 0.6.2
|
|
189
|
+
|
|
190
|
+
### Patch Changes
|
|
191
|
+
|
|
192
|
+
- Remove node-utils as dependency
|
|
193
|
+
|
|
194
|
+
## 0.6.1
|
|
195
|
+
|
|
196
|
+
### Patch Changes
|
|
197
|
+
|
|
198
|
+
- Publish packages
|
|
199
|
+
- Updated dependencies
|
|
200
|
+
- @goatlab/dates@0.6.1
|
|
201
|
+
- @goatlab/node-utils@0.7.1
|
|
202
|
+
|
|
203
|
+
## 0.6.0
|
|
204
|
+
|
|
205
|
+
### Minor Changes
|
|
206
|
+
|
|
207
|
+
- Monorepo
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- Updated dependencies
|
|
212
|
+
- @goatlab/dates@0.6.0
|
|
213
|
+
- @goatlab/node-utils@0.7.0
|
|
214
|
+
|
|
215
|
+
[2022-04-01]
|
|
216
|
+
|
|
217
|
+
### Other Changes
|
|
218
|
+
|
|
219
|
+
- ci: fix yarn cache ([`8d1dd25`](https://github.com/goat-io/fluent/commit/8d1dd25cbb2ca2848cd80cbf806d3b27c8bb0aa6))
|
|
220
|
+
|
|
221
|
+
# 0.5.19
|
|
222
|
+
|
|
223
|
+
[2022-04-01]
|
|
224
|
+
|
|
225
|
+
### Features
|
|
226
|
+
|
|
227
|
+
- feat: [FLUENT-001](https://goatlab.atlassian.net/browse//FLUENT-001) - Update dependencies and TypeOrm latest ([`659c83b`](https://github.com/goat-io/fluent/commit/659c83b244e0ac2d997430823db942a83afd7d64))
|
|
228
|
+
|
|
229
|
+
### Fixes
|
|
230
|
+
|
|
231
|
+
- src/Docker/Languages/Python/requirements.txt to reduce vulnerabilities ([`209ff93`](https://github.com/goat-io/fluent/commit/209ff9365e22fe08b0509795dd96c6aebf13a29f))
|
|
232
|
+
- src/Docker/Languages/Python/requirements.txt to reduce vulnerabilities ([`d791706`](https://github.com/goat-io/fluent/commit/d791706a78bc317aa157c28bbeb9da1427027a6f))
|
|
233
|
+
|
|
234
|
+
### Other Changes
|
|
235
|
+
|
|
236
|
+
- feat: [FLUENT-001](https://goatlab.atlassian.net/browse//FLUENT-001) - Update dependencies and TypeOrm latest ([`659c83b`](https://github.com/goat-io/fluent/commit/659c83b244e0ac2d997430823db942a83afd7d64))
|
|
237
|
+
- ci: [FLUENT-001](https://goatlab.atlassian.net/browse//FLUENT-001) - Use yarn instead of npm ([`6435645`](https://github.com/goat-io/fluent/commit/64356459ec8516a2a4997375ae7fc5a888706e06))
|
|
238
|
+
- Release 0.5.19 ([`a1a5e19`](https://github.com/goat-io/fluent/commit/a1a5e19d1ee718362bb80bb2858ca7cbb2ee5d49))
|
|
239
|
+
- ci: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Replace npm for yarn ([`2a5d409`](https://github.com/goat-io/fluent/commit/2a5d40920449749a021a953bc12d5b7e38d56fcb))
|
|
240
|
+
- chore(deps): Bump twisted in /src/Docker/Languages/Python ([`93c8b04`](https://github.com/goat-io/fluent/commit/93c8b0466869fbedc1b4c37f3c9fbc9cbe17007a))
|
|
241
|
+
|
|
242
|
+
# 0.5.18
|
|
243
|
+
|
|
244
|
+
[2022-01-31]
|
|
245
|
+
|
|
246
|
+
### Features
|
|
247
|
+
|
|
248
|
+
- feat: [FLUENT-001](https://goatlab.atlassian.net/browse//FLUENT-001) - Add JWT options ([`50a44a6`](https://github.com/goat-io/fluent/commit/50a44a61409dcd7a528f7699ab8d5006e2e58772))
|
|
249
|
+
|
|
250
|
+
### Other Changes
|
|
251
|
+
|
|
252
|
+
- feat: [FLUENT-001](https://goatlab.atlassian.net/browse//FLUENT-001) - Add JWT options ([`50a44a6`](https://github.com/goat-io/fluent/commit/50a44a61409dcd7a528f7699ab8d5006e2e58772))
|
|
253
|
+
- Release 0.5.18 ([`247c0d7`](https://github.com/goat-io/fluent/commit/247c0d787d61d065e8086fbe947b6566224cc97b))
|
|
254
|
+
|
|
255
|
+
# 0.5.17
|
|
256
|
+
|
|
257
|
+
[2021-12-20]
|
|
258
|
+
|
|
259
|
+
### Features
|
|
260
|
+
|
|
261
|
+
- feat: [FLUENT-001](https://goatlab.atlassian.net/browse//FLUENT-001) - fix associate with single loaded values ([`1ae5d3b`](https://github.com/goat-io/fluent/commit/1ae5d3b1c43c8ae9aefd1b0d10a2e93f3711793d))
|
|
262
|
+
|
|
263
|
+
### Other Changes
|
|
264
|
+
|
|
265
|
+
- Release 0.5.17 ([`81106e0`](https://github.com/goat-io/fluent/commit/81106e090e6ecf0c70fbc445f9e27892f0e910cd))
|
|
266
|
+
- feat: [FLUENT-001](https://goatlab.atlassian.net/browse//FLUENT-001) - fix associate with single loaded values ([`1ae5d3b`](https://github.com/goat-io/fluent/commit/1ae5d3b1c43c8ae9aefd1b0d10a2e93f3711793d))
|
|
267
|
+
|
|
268
|
+
# 0.5.16
|
|
269
|
+
|
|
270
|
+
[2021-12-14]
|
|
271
|
+
|
|
272
|
+
### Fixes
|
|
273
|
+
|
|
274
|
+
- [FLUENT-001](https://goatlab.atlassian.net/browse//FLUENT-001) - Fix attach method for single values ([`940de40`](https://github.com/goat-io/fluent/commit/940de40400683cda9dd41201edaa521b66f6005a))
|
|
275
|
+
|
|
276
|
+
### Other Changes
|
|
277
|
+
|
|
278
|
+
- Release 0.5.16 ([`a4aabad`](https://github.com/goat-io/fluent/commit/a4aabada4d31f7b6d142c75e63763078af94da8b))
|
|
279
|
+
|
|
280
|
+
# 0.5.15
|
|
281
|
+
|
|
282
|
+
[2021-12-06]
|
|
283
|
+
|
|
284
|
+
### Features
|
|
285
|
+
|
|
286
|
+
- feat: [FLUENT-001](https://goatlab.atlassian.net/browse//FLUENT-001) - Fix lb3 model generator ([`4d1c678`](https://github.com/goat-io/fluent/commit/4d1c67874a2be6a48e876bfe6d2c46365729a075))
|
|
287
|
+
|
|
288
|
+
### Other Changes
|
|
289
|
+
|
|
290
|
+
- feat: [FLUENT-001](https://goatlab.atlassian.net/browse//FLUENT-001) - Fix lb3 model generator ([`4d1c678`](https://github.com/goat-io/fluent/commit/4d1c67874a2be6a48e876bfe6d2c46365729a075))
|
|
291
|
+
- Release 0.5.15 ([`7d67c75`](https://github.com/goat-io/fluent/commit/7d67c757dcce98d2bcd38dd2801b3d269061b96b))
|
|
292
|
+
|
|
293
|
+
# 0.5.14
|
|
294
|
+
|
|
295
|
+
[2021-11-05]
|
|
296
|
+
|
|
297
|
+
### Fixes
|
|
298
|
+
|
|
299
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Fix objectType ([`8be9e0a`](https://github.com/goat-io/fluent/commit/8be9e0acea3c6ded3292461a667bea821732aad4))
|
|
300
|
+
|
|
301
|
+
### Other Changes
|
|
302
|
+
|
|
303
|
+
- Release 0.5.14 ([`eb141fd`](https://github.com/goat-io/fluent/commit/eb141fd8623a7095f2163b3cf9093681bb5b8e2e))
|
|
304
|
+
|
|
305
|
+
# 0.5.13
|
|
306
|
+
|
|
307
|
+
[2021-11-05]
|
|
308
|
+
|
|
309
|
+
### Other Changes
|
|
310
|
+
|
|
311
|
+
- chore: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update dependencies ([`a3a65fd`](https://github.com/goat-io/fluent/commit/a3a65fd1ebdb3d2a79ead8a5b7774280d6ffbbd2))
|
|
312
|
+
- Release 0.5.13 ([`9d183a2`](https://github.com/goat-io/fluent/commit/9d183a2a47a1c411581a02be27adfbca4c27002b))
|
|
313
|
+
|
|
314
|
+
# 0.5.12
|
|
315
|
+
|
|
316
|
+
[2021-11-05]
|
|
317
|
+
|
|
318
|
+
### Other Changes
|
|
319
|
+
|
|
320
|
+
- refactor: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Remove md5 dependencies ([`e6c47d2`](https://github.com/goat-io/fluent/commit/e6c47d25b62a5c8a6551c30e8420035a903cee97))
|
|
321
|
+
- Release 0.5.11 ([`85df72b`](https://github.com/goat-io/fluent/commit/85df72bfc3fb94bc391b7ca6765fdb9154c9f33a))
|
|
322
|
+
- Release 0.5.12 ([`a2f151b`](https://github.com/goat-io/fluent/commit/a2f151b281a63f3a26282b8e53ba52beae8e8b04))
|
|
323
|
+
|
|
324
|
+
# 0.5.11
|
|
325
|
+
|
|
326
|
+
[2021-11-05]
|
|
327
|
+
|
|
328
|
+
### Fixes
|
|
329
|
+
|
|
330
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Fix security alerts ([`65981f8`](https://github.com/goat-io/fluent/commit/65981f892f555bc76c523db2eddbb1f19bcaf55d))
|
|
331
|
+
|
|
332
|
+
### Other Changes
|
|
333
|
+
|
|
334
|
+
- Release 0.5.11 ([`2efc54a`](https://github.com/goat-io/fluent/commit/2efc54ab6c133d2688f47be25b5a0f782a57fffe))
|
|
335
|
+
|
|
336
|
+
# 0.5.10
|
|
337
|
+
|
|
338
|
+
[2021-11-05]
|
|
339
|
+
|
|
340
|
+
### Other Changes
|
|
341
|
+
|
|
342
|
+
- refactor: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Remove major loopback,nestjs & graphql dependencies ([`d141314`](https://github.com/goat-io/fluent/commit/d14131494fcfd7f241504bd33e54cd6f1de22969))
|
|
343
|
+
- docs: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add db support to readme ([`4b3e2f2`](https://github.com/goat-io/fluent/commit/4b3e2f2bd3bcd6d711dd468f340d1efb7c4cb80c))
|
|
344
|
+
- docs: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add demo ([`ed6baa8`](https://github.com/goat-io/fluent/commit/ed6baa8988316688524c3219f680ae486091c036))
|
|
345
|
+
- Release 0.5.10 ([`3e1ca64`](https://github.com/goat-io/fluent/commit/3e1ca6400156c79be01f5690daf0057ad4d92fca))
|
|
346
|
+
- docs: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Fix docs link ([`fb805da`](https://github.com/goat-io/fluent/commit/fb805da19ce02e68de15e81799ee150496ace496))
|
|
347
|
+
|
|
348
|
+
# 0.5.9
|
|
349
|
+
|
|
350
|
+
[2021-11-04]
|
|
351
|
+
|
|
352
|
+
### Fixes
|
|
353
|
+
|
|
354
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - fix release ([`b389287`](https://github.com/goat-io/fluent/commit/b3892871bc0bde3daa1fb9f709c1a9159144da9e))
|
|
355
|
+
|
|
356
|
+
### Other Changes
|
|
357
|
+
|
|
358
|
+
- Create codeql-analysis.yml ([`ed55202`](https://github.com/goat-io/fluent/commit/ed552021623226cb89eadc460c6809a512dacaf8))
|
|
359
|
+
- Release 0.5.9 ([`79c5947`](https://github.com/goat-io/fluent/commit/79c594708256224328f5ef62e0a6bc59e5922033))
|
|
360
|
+
- Update codeql-analysis.yml ([`9abd1c1`](https://github.com/goat-io/fluent/commit/9abd1c12e050b36dc13226950c690e9cd10be081))
|
|
361
|
+
- chore(deps): Bump scrapy in /src/Docker/Languages/Python ([`c0b4e87`](https://github.com/goat-io/fluent/commit/c0b4e8753984bf930f99e51d2884806a9d67d6a0))
|
|
362
|
+
|
|
363
|
+
# 0.5.8
|
|
364
|
+
|
|
365
|
+
[2021-11-04]
|
|
366
|
+
|
|
367
|
+
### Features
|
|
368
|
+
|
|
369
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Clean up relationship models ([`7ece259`](https://github.com/goat-io/fluent/commit/7ece259c8c0b61cab912177ec931e225dbc2cddd))
|
|
370
|
+
|
|
371
|
+
### Other Changes
|
|
372
|
+
|
|
373
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Clean up relationship models ([`7ece259`](https://github.com/goat-io/fluent/commit/7ece259c8c0b61cab912177ec931e225dbc2cddd))
|
|
374
|
+
- Release 0.5.8 ([`bf61524`](https://github.com/goat-io/fluent/commit/bf615242c65483b226baf7286b43e0d4af1a6a6e))
|
|
375
|
+
|
|
376
|
+
# 0.5.7
|
|
377
|
+
|
|
378
|
+
[2021-10-26]
|
|
379
|
+
|
|
380
|
+
### Features
|
|
381
|
+
|
|
382
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update firebase init ([`f345132`](https://github.com/goat-io/fluent/commit/f3451328bdbaa533447b15b723e6ab2151f39713))
|
|
383
|
+
|
|
384
|
+
### Other Changes
|
|
385
|
+
|
|
386
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update firebase init ([`f345132`](https://github.com/goat-io/fluent/commit/f3451328bdbaa533447b15b723e6ab2151f39713))
|
|
387
|
+
- Release 0.5.7 ([`ee43d2a`](https://github.com/goat-io/fluent/commit/ee43d2adf32fda05dd4e6c2d87b1f27f1ddbdd47))
|
|
388
|
+
|
|
389
|
+
# 0.5.6
|
|
390
|
+
|
|
391
|
+
[2021-10-10]
|
|
392
|
+
|
|
393
|
+
### Features
|
|
394
|
+
|
|
395
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - fix 5.5 ([`cb46e64`](https://github.com/goat-io/fluent/commit/cb46e64557bf7714420595a0156e123ed35366af))
|
|
396
|
+
|
|
397
|
+
### Fixes
|
|
398
|
+
|
|
399
|
+
- upgrade formiojs from 4.13.1 to 4.13.5 ([`9c3d656`](https://github.com/goat-io/fluent/commit/9c3d6564b2f4b82094242b8a18f2689a37d02496))
|
|
400
|
+
- upgrade @azure/storage-blob from 12.5.0 to 12.7.0 ([`94e331b`](https://github.com/goat-io/fluent/commit/94e331b3b1ef15319ec5a1fbeaf3e76b1d7badfb))
|
|
401
|
+
- upgrade typeorm from 0.2.32 to 0.2.37 ([`d2cf9a7`](https://github.com/goat-io/fluent/commit/d2cf9a719fe972b418b20b5cd5e45a17be51f7b2))
|
|
402
|
+
- upgrade bull from 3.22.5 to 3.29.1 ([`c590bc8`](https://github.com/goat-io/fluent/commit/c590bc841cd52cbf4e68d0690a23ffb20a7914b6))
|
|
403
|
+
- upgrade aws-sdk from 2.906.0 to 2.982.0 ([`a8fca85`](https://github.com/goat-io/fluent/commit/a8fca851c18517edbba84d97fcd77eb2f962db6f))
|
|
404
|
+
- upgrade nestjs-typeorm-paginate from 2.4.1 to 2.6.2 ([`e117413`](https://github.com/goat-io/fluent/commit/e117413bd0148e68c5d3c7beaf5f9157431dab46))
|
|
405
|
+
- upgrade ioredis from 4.27.2 to 4.27.9 ([`61df0dc`](https://github.com/goat-io/fluent/commit/61df0dccd5410770559755a1564828f141ca8333))
|
|
406
|
+
|
|
407
|
+
### Other Changes
|
|
408
|
+
|
|
409
|
+
- Release 0.5.6 ([`a022f72`](https://github.com/goat-io/fluent/commit/a022f727fca9d85bf3668d31cd4a7a550ee81a58))
|
|
410
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - fix 5.5 ([`cb46e64`](https://github.com/goat-io/fluent/commit/cb46e64557bf7714420595a0156e123ed35366af))
|
|
411
|
+
|
|
412
|
+
# 0.5.5
|
|
413
|
+
|
|
414
|
+
[2021-10-10]
|
|
415
|
+
|
|
416
|
+
### Features
|
|
417
|
+
|
|
418
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - First() should not throw ([`6368785`](https://github.com/goat-io/fluent/commit/63687854ae10ab6295c69fb1efb78b113715bc2c))
|
|
419
|
+
|
|
420
|
+
### Other Changes
|
|
421
|
+
|
|
422
|
+
- Release 0.5.5 ([`23e7612`](https://github.com/goat-io/fluent/commit/23e7612e62192100114d2de7bc1ad92933f84561))
|
|
423
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - First() should not throw ([`6368785`](https://github.com/goat-io/fluent/commit/63687854ae10ab6295c69fb1efb78b113715bc2c))
|
|
424
|
+
|
|
425
|
+
# 0.5.4
|
|
426
|
+
|
|
427
|
+
[2021-09-25]
|
|
428
|
+
|
|
429
|
+
### Other Changes
|
|
430
|
+
|
|
431
|
+
- chore: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update dependencies ([`423ea0a`](https://github.com/goat-io/fluent/commit/423ea0adf4c39df48ca9792eff1cc4fd84a1bf04))
|
|
432
|
+
- Release 0.5.4 ([`72de9fa`](https://github.com/goat-io/fluent/commit/72de9fa69ed350453ae546cde905dd9e2161ce18))
|
|
433
|
+
|
|
434
|
+
# 0.5.3
|
|
435
|
+
|
|
436
|
+
[2021-09-23]
|
|
437
|
+
|
|
438
|
+
### Features
|
|
439
|
+
|
|
440
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Axios, Numbers and Logger ([`fdfbe90`](https://github.com/goat-io/fluent/commit/fdfbe90c45fb4f246f0cca5690c7520bf3b5b1fd))
|
|
441
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Change Axios for GOT ([`fa586c8`](https://github.com/goat-io/fluent/commit/fa586c8065463dcbfbd4dcc65be651a22c79632e))
|
|
442
|
+
|
|
443
|
+
### Other Changes
|
|
444
|
+
|
|
445
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Axios, Numbers and Logger ([`fdfbe90`](https://github.com/goat-io/fluent/commit/fdfbe90c45fb4f246f0cca5690c7520bf3b5b1fd))
|
|
446
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Change Axios for GOT ([`fa586c8`](https://github.com/goat-io/fluent/commit/fa586c8065463dcbfbd4dcc65be651a22c79632e))
|
|
447
|
+
- Release 0.5.3 ([`2881e0e`](https://github.com/goat-io/fluent/commit/2881e0eccaedde66c724ab6b14d9e551f41bb221))
|
|
448
|
+
|
|
449
|
+
# 0.5.2
|
|
450
|
+
|
|
451
|
+
[2021-09-23]
|
|
452
|
+
|
|
453
|
+
### Fixes
|
|
454
|
+
|
|
455
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Fix pre push hook ([`ce8b8ee`](https://github.com/goat-io/fluent/commit/ce8b8eeee7fb9702cf046ed359771ecb94b7f438))
|
|
456
|
+
|
|
457
|
+
### Other Changes
|
|
458
|
+
|
|
459
|
+
- add Fireabse ([`40fc92d`](https://github.com/goat-io/fluent/commit/40fc92d49fe84208fe81349b4cd60089fae732ec))
|
|
460
|
+
- add Firebase docker ([`659dc68`](https://github.com/goat-io/fluent/commit/659dc68016c1447fc637092f8cce116322a8162c))
|
|
461
|
+
- Release 0.5.2 ([`6ea15f0`](https://github.com/goat-io/fluent/commit/6ea15f02da58e203a53e62ecd9dee48d1859919c))
|
|
462
|
+
- rename bypass tests ([`a7fe354`](https://github.com/goat-io/fluent/commit/a7fe354406c2d60f49c31b5e5f627fe56fb0143c))
|
|
463
|
+
- fix build ([`507bf28`](https://github.com/goat-io/fluent/commit/507bf28e796b97581a36965b4d28f7c5def83b47))
|
|
464
|
+
- momentary bypass failing tests ([`4b86718`](https://github.com/goat-io/fluent/commit/4b86718dc1f67aea1c324a393bbd0847736d6701))
|
|
465
|
+
|
|
466
|
+
# 0.5.0
|
|
467
|
+
|
|
468
|
+
[2021-05-08]
|
|
469
|
+
|
|
470
|
+
### Features
|
|
471
|
+
|
|
472
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add array contains support ([`ebd1dd2`](https://github.com/goat-io/fluent/commit/ebd1dd2cf6292f52ceb094bcc9d72be3b8fd15b0))
|
|
473
|
+
|
|
474
|
+
### Other Changes
|
|
475
|
+
|
|
476
|
+
- refactor dependencies ([`8347db8`](https://github.com/goat-io/fluent/commit/8347db8007ab1fd6a3ed40b7cfc1732832537d47))
|
|
477
|
+
- compatibility libraries ([`871ce25`](https://github.com/goat-io/fluent/commit/871ce256de0b0cf632e1c22ee985d0c66e072ed2))
|
|
478
|
+
- readme ([`a0907e6`](https://github.com/goat-io/fluent/commit/a0907e68e5a8ce9dace935ec3951e599b3cdca52))
|
|
479
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add array contains support ([`ebd1dd2`](https://github.com/goat-io/fluent/commit/ebd1dd2cf6292f52ceb094bcc9d72be3b8fd15b0))
|
|
480
|
+
- Release 0.5.0 ([`55595c3`](https://github.com/goat-io/fluent/commit/55595c3634619dde7a14af9ea3cf734016e93f47))
|
|
481
|
+
- Release 0.4.11 ([`28bbe9c`](https://github.com/goat-io/fluent/commit/28bbe9cfd353d3c91ce6a2220224c3ed383c47ae))
|
|
482
|
+
|
|
483
|
+
# 0.4.10
|
|
484
|
+
|
|
485
|
+
[2021-01-14]
|
|
486
|
+
|
|
487
|
+
### Fixes
|
|
488
|
+
|
|
489
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Dev dependencies ([`18433fd`](https://github.com/goat-io/fluent/commit/18433fd48808f277cf489fa02b4b1fb3cb4f9538))
|
|
490
|
+
|
|
491
|
+
### Other Changes
|
|
492
|
+
|
|
493
|
+
- refactor: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Dev dependencies ([`6f96800`](https://github.com/goat-io/fluent/commit/6f9680061635a3adc339d2ee75ba3c5a71a91c47))
|
|
494
|
+
- Release 0.4.10 ([`1c73730`](https://github.com/goat-io/fluent/commit/1c737303be3a893158b3fd18666eae882990c504))
|
|
495
|
+
|
|
496
|
+
# 0.4.9
|
|
497
|
+
|
|
498
|
+
[2021-01-13]
|
|
499
|
+
|
|
500
|
+
### Fixes
|
|
501
|
+
|
|
502
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - pulling from master ([`21294f6`](https://github.com/goat-io/fluent/commit/21294f6542463be259ac332c0a8f158079763313))
|
|
503
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update packages ([`97633fb`](https://github.com/goat-io/fluent/commit/97633fbb08912469657d01d505d8bdff447ffa54))
|
|
504
|
+
- upgrade @nestjs/graphql from 7.7.0 to 7.8.1 ([`cb8ae51`](https://github.com/goat-io/fluent/commit/cb8ae515e8de28982f1b590c406d26668df0b194))
|
|
505
|
+
- package.json & package-lock.json to reduce vulnerabilities ([`a69cd0d`](https://github.com/goat-io/fluent/commit/a69cd0da7b9882738b036f97d721899325f672b4))
|
|
506
|
+
- upgrade mongoose from 5.10.11 to 5.10.13 ([`2974289`](https://github.com/goat-io/fluent/commit/2974289bc230924d442adbf4c2ca6f036466d625))
|
|
507
|
+
- upgrade @nestjs/swagger from 4.6.1 to 4.7.2 ([`3a3ce75`](https://github.com/goat-io/fluent/commit/3a3ce75e4bddd5af74ce0283287d863426760ed5))
|
|
508
|
+
- upgrade dayjs from 1.9.4 to 1.9.6 ([`7824722`](https://github.com/goat-io/fluent/commit/7824722b429fcdaacc48528901206064b6437824))
|
|
509
|
+
- upgrade aws-sdk from 2.784.0 to 2.789.0 ([`d03e45c`](https://github.com/goat-io/fluent/commit/d03e45c2b9d7cdcc2bee5bb057f34fa321ca999c))
|
|
510
|
+
|
|
511
|
+
### Other Changes
|
|
512
|
+
|
|
513
|
+
- Release 0.4.9 ([`5835345`](https://github.com/goat-io/fluent/commit/5835345f0f051723bdac934e572b6031f941721d))
|
|
514
|
+
- chore: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update dependencies and set dev deps ([`e0f6953`](https://github.com/goat-io/fluent/commit/e0f6953eb61e6e8fc4086884349f4436457daca8))
|
|
515
|
+
- chore(deps): Bump notebook in /src/Docker/Languages/Python ([`104d27f`](https://github.com/goat-io/fluent/commit/104d27f19fd7609acb789823448c088974c54030))
|
|
516
|
+
- chore(deps): Bump cryptography in /src/Docker/Languages/Python ([`b1a2061`](https://github.com/goat-io/fluent/commit/b1a20618949ed6d9c46e62bad29b4f28ea60f3f1))
|
|
517
|
+
|
|
518
|
+
# 0.4.8
|
|
519
|
+
|
|
520
|
+
[2020-11-20]
|
|
521
|
+
|
|
522
|
+
### Fixes
|
|
523
|
+
|
|
524
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Fix compile ([`bbb133b`](https://github.com/goat-io/fluent/commit/bbb133b9da5f577d5f5c1a04b743d34e2dbd2aa5))
|
|
525
|
+
|
|
526
|
+
### Other Changes
|
|
527
|
+
|
|
528
|
+
- Release 0.4.8 ([`94e9814`](https://github.com/goat-io/fluent/commit/94e981492f4926ddbd46bc902b8c6283cedce439))
|
|
529
|
+
|
|
530
|
+
# 0.4.7
|
|
531
|
+
|
|
532
|
+
[2020-11-19]
|
|
533
|
+
|
|
534
|
+
### Features
|
|
535
|
+
|
|
536
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - ForceID firebase ([`a7d1c30`](https://github.com/goat-io/fluent/commit/a7d1c303c7efcd104690c7a7a2ab28fb7bcb9f74))
|
|
537
|
+
|
|
538
|
+
### Other Changes
|
|
539
|
+
|
|
540
|
+
- chore: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Version up ([`360a6b1`](https://github.com/goat-io/fluent/commit/360a6b1a2a6fb7eef56d538852f78c7040fca404))
|
|
541
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - ForceID firebase ([`a7d1c30`](https://github.com/goat-io/fluent/commit/a7d1c303c7efcd104690c7a7a2ab28fb7bcb9f74))
|
|
542
|
+
- Release 0.4.7 ([`a178912`](https://github.com/goat-io/fluent/commit/a178912d9432fb8905323e63199a2108e439a2fa))
|
|
543
|
+
|
|
544
|
+
# 0.4.6
|
|
545
|
+
|
|
546
|
+
[2020-11-03]
|
|
547
|
+
|
|
548
|
+
### Fixes
|
|
549
|
+
|
|
550
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - remove mongodb dependency from Id ([`4949570`](https://github.com/goat-io/fluent/commit/4949570fc7ced498e5483cc01aa19b324ac75567))
|
|
551
|
+
|
|
552
|
+
### Other Changes
|
|
553
|
+
|
|
554
|
+
- Release 0.4.6 ([`421dc12`](https://github.com/goat-io/fluent/commit/421dc12e67fdc853988b0810901186148e0aa720))
|
|
555
|
+
|
|
556
|
+
# 0.4.5
|
|
557
|
+
|
|
558
|
+
[2020-10-25]
|
|
559
|
+
|
|
560
|
+
### Features
|
|
561
|
+
|
|
562
|
+
- feat: [FLUENT-2](https://goatlab.atlassian.net/browse//FLUENT-2) - Adding Model Relations ([`7690484`](https://github.com/goat-io/fluent/commit/7690484d4f2b10c5dde7f852320d55867bb9276a))
|
|
563
|
+
|
|
564
|
+
### Fixes
|
|
565
|
+
|
|
566
|
+
- [FLUENT-2](https://goatlab.atlassian.net/browse//FLUENT-2) - Fix object id convertion ([`3f4163b`](https://github.com/goat-io/fluent/commit/3f4163b222717248c30a56338697de218d108261))
|
|
567
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Fix Object ID ([`5a499a1`](https://github.com/goat-io/fluent/commit/5a499a183e06c6ad6e4a86d6277ed26f28069f54))
|
|
568
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - compilation problem ([`90c225b`](https://github.com/goat-io/fluent/commit/90c225b5528037406e382ae0efc55400c0eb5ae6))
|
|
569
|
+
|
|
570
|
+
### Other Changes
|
|
571
|
+
|
|
572
|
+
- feat: [FLUENT-2](https://goatlab.atlassian.net/browse//FLUENT-2) - Adding Model Relations ([`7690484`](https://github.com/goat-io/fluent/commit/7690484d4f2b10c5dde7f852320d55867bb9276a))
|
|
573
|
+
- Release 0.4.5 ([`76cbd75`](https://github.com/goat-io/fluent/commit/76cbd7515032fb0904c50e46fe3ada5ccbf28241))
|
|
574
|
+
|
|
575
|
+
# 0.4.4
|
|
576
|
+
|
|
577
|
+
[2020-10-04]
|
|
578
|
+
|
|
579
|
+
### Fixes
|
|
580
|
+
|
|
581
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Fix new Decorator and Connector pattern ([`f79503c`](https://github.com/goat-io/fluent/commit/f79503c0ff3301b876354d7973231c25baa1b07d))
|
|
582
|
+
|
|
583
|
+
### Other Changes
|
|
584
|
+
|
|
585
|
+
- Release 0.4.4 ([`e37d720`](https://github.com/goat-io/fluent/commit/e37d720b2a6472d45ab84d0e55a35f72ca326ffc))
|
|
586
|
+
|
|
587
|
+
# 0.4.3
|
|
588
|
+
|
|
589
|
+
[2020-10-04]
|
|
590
|
+
|
|
591
|
+
### Fixes
|
|
592
|
+
|
|
593
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Fix LB auth ([`bbf8776`](https://github.com/goat-io/fluent/commit/bbf87765ca200dbe39d8021fa1af081ea24b13f4))
|
|
594
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Remove typed dynamo ([`565eca3`](https://github.com/goat-io/fluent/commit/565eca3c383ffabea3650882e5ff0d2709841121))
|
|
595
|
+
|
|
596
|
+
### Other Changes
|
|
597
|
+
|
|
598
|
+
- chore: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update dependencies ([`c08d1ac`](https://github.com/goat-io/fluent/commit/c08d1ac3cb36cf55057a0dc077247c6a9634961c))
|
|
599
|
+
- Release 0.4.3 ([`232e5ea`](https://github.com/goat-io/fluent/commit/232e5eab1627de5c9e2b56a23106d856446b4a83))
|
|
600
|
+
|
|
601
|
+
# 0.4.2
|
|
602
|
+
|
|
603
|
+
[2020-10-04]
|
|
604
|
+
|
|
605
|
+
### Other Changes
|
|
606
|
+
|
|
607
|
+
- Release 0.4.2 ([`4fe8155`](https://github.com/goat-io/fluent/commit/4fe8155ae00be64e5edb0994892afebb9cf56071))
|
|
608
|
+
- ci: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Fix CI ([`cd31774`](https://github.com/goat-io/fluent/commit/cd31774a7efd2d4dfb8a7267ead411814ec3389b))
|
|
609
|
+
|
|
610
|
+
# 0.4.1
|
|
611
|
+
|
|
612
|
+
[2020-10-04]
|
|
613
|
+
|
|
614
|
+
### Fixes
|
|
615
|
+
|
|
616
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Security ([`f03f9ff`](https://github.com/goat-io/fluent/commit/f03f9ff8ac74f858387d57765d9efe7ab6819836))
|
|
617
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Remove DB ([`289974c`](https://github.com/goat-io/fluent/commit/289974ca4bd921b1a8a2b3a8e46cce4406958680))
|
|
618
|
+
|
|
619
|
+
### Other Changes
|
|
620
|
+
|
|
621
|
+
- docs: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Adding LICENSE ([`61be88e`](https://github.com/goat-io/fluent/commit/61be88ec7478614ab0a22157da30e1c30c9e4bb6))
|
|
622
|
+
- Release 0.4.1 ([`60dacc6`](https://github.com/goat-io/fluent/commit/60dacc6a196fee2f15941825168ac907284984b5))
|
|
623
|
+
- docs: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Change link to docs ([`321478f`](https://github.com/goat-io/fluent/commit/321478f71fe4829f575512a0982da991b029c9ea))
|
|
624
|
+
|
|
625
|
+
# 0.4.0
|
|
626
|
+
|
|
627
|
+
[2020-10-03]
|
|
628
|
+
|
|
629
|
+
### Features
|
|
630
|
+
|
|
631
|
+
- feat: [FLUENT-2](https://goatlab.atlassian.net/browse//FLUENT-2) - Adding basic relation queries ([`5146503`](https://github.com/goat-io/fluent/commit/51465038de132f3cfd65df53738b253d5534eb53))
|
|
632
|
+
|
|
633
|
+
### Other Changes
|
|
634
|
+
|
|
635
|
+
- feat: [FLUENT-2](https://goatlab.atlassian.net/browse//FLUENT-2) - Adding basic relation queries ([`5146503`](https://github.com/goat-io/fluent/commit/51465038de132f3cfd65df53738b253d5534eb53))
|
|
636
|
+
- Release 0.4.0 ([`48f6d48`](https://github.com/goat-io/fluent/commit/48f6d481d99c4dce0dc58fafef904abf704dc567))
|
|
637
|
+
|
|
638
|
+
# 0.3.26
|
|
639
|
+
|
|
640
|
+
[2020-08-18]
|
|
641
|
+
|
|
642
|
+
### Features
|
|
643
|
+
|
|
644
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update dependencies ([`5fe9217`](https://github.com/goat-io/fluent/commit/5fe9217538fa6439bbd1bfb895511bc73930c39b))
|
|
645
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update libraries ([`a383604`](https://github.com/goat-io/fluent/commit/a38360440dfb8eee2f0b97c6c6a0dc8c054d9119))
|
|
646
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - fix deploy ([`46dcbba`](https://github.com/goat-io/fluent/commit/46dcbbae905a44b64757250a140708c95cebb01b))
|
|
647
|
+
|
|
648
|
+
### Other Changes
|
|
649
|
+
|
|
650
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update dependencies ([`5fe9217`](https://github.com/goat-io/fluent/commit/5fe9217538fa6439bbd1bfb895511bc73930c39b))
|
|
651
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update libraries ([`a383604`](https://github.com/goat-io/fluent/commit/a38360440dfb8eee2f0b97c6c6a0dc8c054d9119))
|
|
652
|
+
- Release 0.3.26 ([`ecb9d07`](https://github.com/goat-io/fluent/commit/ecb9d07a9fbe458b1c29e75ac311cc363c254f97))
|
|
653
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - fix deploy ([`46dcbba`](https://github.com/goat-io/fluent/commit/46dcbbae905a44b64757250a140708c95cebb01b))
|
|
654
|
+
|
|
655
|
+
# 0.3.25
|
|
656
|
+
|
|
657
|
+
[2020-08-18]
|
|
658
|
+
|
|
659
|
+
### Features
|
|
660
|
+
|
|
661
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Basic relations for Providers ([`0cad8d4`](https://github.com/goat-io/fluent/commit/0cad8d49cf0668a8073b8209ca48893a51efd4da))
|
|
662
|
+
|
|
663
|
+
### Other Changes
|
|
664
|
+
|
|
665
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Basic relations for Providers ([`0cad8d4`](https://github.com/goat-io/fluent/commit/0cad8d49cf0668a8073b8209ca48893a51efd4da))
|
|
666
|
+
- Release 0.3.25 ([`687e12f`](https://github.com/goat-io/fluent/commit/687e12f4e319f4f0fe9bff43a7935c5e110fd6f7))
|
|
667
|
+
|
|
668
|
+
# 0.3.24
|
|
669
|
+
|
|
670
|
+
[2020-07-24]
|
|
671
|
+
|
|
672
|
+
### Features
|
|
673
|
+
|
|
674
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add Firebase JWT validation ([`6a94ae5`](https://github.com/goat-io/fluent/commit/6a94ae5741e7fa4fff83676278e0867b21df03c4))
|
|
675
|
+
|
|
676
|
+
### Other Changes
|
|
677
|
+
|
|
678
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add Firebase JWT validation ([`6a94ae5`](https://github.com/goat-io/fluent/commit/6a94ae5741e7fa4fff83676278e0867b21df03c4))
|
|
679
|
+
- Release 0.3.24 ([`1185984`](https://github.com/goat-io/fluent/commit/11859840accbf4d5676ce54a22085e3be77d6993))
|
|
680
|
+
|
|
681
|
+
# 0.3.23
|
|
682
|
+
|
|
683
|
+
[2020-07-14]
|
|
684
|
+
|
|
685
|
+
### Features
|
|
686
|
+
|
|
687
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - remove mongodb dependency from Loopback Connector ([`eb790d2`](https://github.com/goat-io/fluent/commit/eb790d2769cbe5e4e561bc1ac1498d0bd650dd76))
|
|
688
|
+
|
|
689
|
+
### Other Changes
|
|
690
|
+
|
|
691
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - remove mongodb dependency from Loopback Connector ([`eb790d2`](https://github.com/goat-io/fluent/commit/eb790d2769cbe5e4e561bc1ac1498d0bd650dd76))
|
|
692
|
+
- Release 0.3.23 ([`21db49f`](https://github.com/goat-io/fluent/commit/21db49fe4640b92eedda7df0b363b9494acee366))
|
|
693
|
+
|
|
694
|
+
# 0.3.22
|
|
695
|
+
|
|
696
|
+
[2020-07-14]
|
|
697
|
+
|
|
698
|
+
### Other Changes
|
|
699
|
+
|
|
700
|
+
- Release 0.3.22 ([`a2707d8`](https://github.com/goat-io/fluent/commit/a2707d81d33b3cd777dd5c9579ae6e28d5629774))
|
|
701
|
+
- chore: [FLUENT-2](https://goatlab.atlassian.net/browse//FLUENT-2) - Update RN ([`c0ae216`](https://github.com/goat-io/fluent/commit/c0ae21631eebb338294e73fe2d8e15677058a659))
|
|
702
|
+
|
|
703
|
+
# 0.3.21
|
|
704
|
+
|
|
705
|
+
[2020-07-13]
|
|
706
|
+
|
|
707
|
+
### Fixes
|
|
708
|
+
|
|
709
|
+
- [FLUENT-2](https://goatlab.atlassian.net/browse//FLUENT-2) - moving all mongodb calls to Id ([`cbfa54f`](https://github.com/goat-io/fluent/commit/cbfa54f38cedabda32cd298e3d3124f1b2a0c9b8))
|
|
710
|
+
|
|
711
|
+
### Other Changes
|
|
712
|
+
|
|
713
|
+
- Release 0.3.21 ([`13a4fad`](https://github.com/goat-io/fluent/commit/13a4fadf85ff7849581504c0209864b22d3702ed))
|
|
714
|
+
|
|
715
|
+
# 0.3.20
|
|
716
|
+
|
|
717
|
+
[2020-07-13]
|
|
718
|
+
|
|
719
|
+
### Fixes
|
|
720
|
+
|
|
721
|
+
- [FLUENT-2](https://goatlab.atlassian.net/browse//FLUENT-2) - Remove mongo from types ([`5275e45`](https://github.com/goat-io/fluent/commit/5275e45871f48ffeaabd8d9a4700635b2a4ed3ed))
|
|
722
|
+
|
|
723
|
+
### Other Changes
|
|
724
|
+
|
|
725
|
+
- Release 0.3.20 ([`19cc48b`](https://github.com/goat-io/fluent/commit/19cc48b2786442e01758b73b53e70266478f877b))
|
|
726
|
+
|
|
727
|
+
# 0.3.19
|
|
728
|
+
|
|
729
|
+
[2020-07-13]
|
|
730
|
+
|
|
731
|
+
### Features
|
|
732
|
+
|
|
733
|
+
- feat: [FLUENT-2](https://goatlab.atlassian.net/browse//FLUENT-2) - Remove mongodb dependencies for main package ([`da21014`](https://github.com/goat-io/fluent/commit/da210144f02e4347bc6f371bfece889690c5fbd5))
|
|
734
|
+
|
|
735
|
+
### Other Changes
|
|
736
|
+
|
|
737
|
+
- feat: [FLUENT-2](https://goatlab.atlassian.net/browse//FLUENT-2) - Remove mongodb dependencies for main package ([`da21014`](https://github.com/goat-io/fluent/commit/da210144f02e4347bc6f371bfece889690c5fbd5))
|
|
738
|
+
- Release 0.3.19 ([`725a858`](https://github.com/goat-io/fluent/commit/725a85877d31e613a96c73c6620d14c3ce5df15f))
|
|
739
|
+
|
|
740
|
+
# 0.3.18
|
|
741
|
+
|
|
742
|
+
[2020-07-13]
|
|
743
|
+
|
|
744
|
+
### Features
|
|
745
|
+
|
|
746
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - JWT authentication ([`18f9020`](https://github.com/goat-io/fluent/commit/18f902008564671206571cccf3d9b7b1a917c078))
|
|
747
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add firebase support ([`47495fb`](https://github.com/goat-io/fluent/commit/47495fb4907f20e866786fb8999fb4d32add6871))
|
|
748
|
+
|
|
749
|
+
### Other Changes
|
|
750
|
+
|
|
751
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - JWT authentication ([`18f9020`](https://github.com/goat-io/fluent/commit/18f902008564671206571cccf3d9b7b1a917c078))
|
|
752
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add firebase support ([`47495fb`](https://github.com/goat-io/fluent/commit/47495fb4907f20e866786fb8999fb4d32add6871))
|
|
753
|
+
- Release 0.3.18 ([`d23b8b2`](https://github.com/goat-io/fluent/commit/d23b8b2b98d3d83ce2ec17a1a95805fe121ef35a))
|
|
754
|
+
|
|
755
|
+
# 0.3.17
|
|
756
|
+
|
|
757
|
+
[2020-06-21]
|
|
758
|
+
|
|
759
|
+
### Features
|
|
760
|
+
|
|
761
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Env configuration ([`6bd5dac`](https://github.com/goat-io/fluent/commit/6bd5dacda2fb5588d2fd4d3f95e51517221c5922))
|
|
762
|
+
|
|
763
|
+
### Other Changes
|
|
764
|
+
|
|
765
|
+
- chore: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Update npm libraries ([`0c4a80a`](https://github.com/goat-io/fluent/commit/0c4a80ac908b2986a191f64a1fe3e99e0342ee10))
|
|
766
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Env configuration ([`6bd5dac`](https://github.com/goat-io/fluent/commit/6bd5dacda2fb5588d2fd4d3f95e51517221c5922))
|
|
767
|
+
- Release 0.3.17 ([`1b7c93b`](https://github.com/goat-io/fluent/commit/1b7c93b119f7e378199f93005b5c4fffde68bfd6))
|
|
768
|
+
|
|
769
|
+
# 0.3.16
|
|
770
|
+
|
|
771
|
+
[2020-06-06]
|
|
772
|
+
|
|
773
|
+
### Features
|
|
774
|
+
|
|
775
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add complex and RAW query support for Firebase ([`3eef76f`](https://github.com/goat-io/fluent/commit/3eef76f7778a63ea46218988d595b2e25460837b))
|
|
776
|
+
|
|
777
|
+
### Fixes
|
|
778
|
+
|
|
779
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Remove Dynamodb ([`cdcc805`](https://github.com/goat-io/fluent/commit/cdcc80549884fd748b8925ec997ab17c0a8416ba))
|
|
780
|
+
- [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add GOAT db to gitignore ([`0ac1470`](https://github.com/goat-io/fluent/commit/0ac1470e2f96968ac01b8ce6a00f9a8fac0be870))
|
|
781
|
+
|
|
782
|
+
### Other Changes
|
|
783
|
+
|
|
784
|
+
- Fix dependencies ([`1ead7bc`](https://github.com/goat-io/fluent/commit/1ead7bca66c40615f2a678356c415386a6c36621))
|
|
785
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add complex and RAW query support for Firebase ([`3eef76f`](https://github.com/goat-io/fluent/commit/3eef76f7778a63ea46218988d595b2e25460837b))
|
|
786
|
+
- Release 0.3.16 ([`05f7a3f`](https://github.com/goat-io/fluent/commit/05f7a3f5000a7421e04dad1723e1382bdf439d1b))
|
|
787
|
+
|
|
788
|
+
# 0.3.15
|
|
789
|
+
|
|
790
|
+
[2020-06-02]
|
|
791
|
+
|
|
792
|
+
### Features
|
|
793
|
+
|
|
794
|
+
- feat: [JIR-1](https://goatlab.atlassian.net/browse//JIR-1) - Full TypeORM SQL and Nosql support ([`b5e4da7`](https://github.com/goat-io/fluent/commit/b5e4da711ca86dfacd7e4e39f447190382189fa3))
|
|
795
|
+
|
|
796
|
+
### Fixes
|
|
797
|
+
|
|
798
|
+
- [JIR-1](https://goatlab.atlassian.net/browse//JIR-1) - Agenda scheduler id ([`59481d1`](https://github.com/goat-io/fluent/commit/59481d12052f8b27396270ebde94fe39624453b2))
|
|
799
|
+
|
|
800
|
+
### Other Changes
|
|
801
|
+
|
|
802
|
+
- feat: [JIR-1](https://goatlab.atlassian.net/browse//JIR-1) - Full TypeORM SQL and Nosql support ([`b5e4da7`](https://github.com/goat-io/fluent/commit/b5e4da711ca86dfacd7e4e39f447190382189fa3))
|
|
803
|
+
- Release 0.3.15 ([`17371bd`](https://github.com/goat-io/fluent/commit/17371bdd0df12cfc4becb74c7eafc772303263ec))
|
|
804
|
+
|
|
805
|
+
# 0.3.14
|
|
806
|
+
|
|
807
|
+
[2020-05-27]
|
|
808
|
+
|
|
809
|
+
### Other Changes
|
|
810
|
+
|
|
811
|
+
- Release 0.3.14 ([`59fca04`](https://github.com/goat-io/fluent/commit/59fca046f1b074ce1d18498414db684530baa595))
|
|
812
|
+
- ci: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Move commitlint to package.json ([`63d8435`](https://github.com/goat-io/fluent/commit/63d84351c10ec3e45b4dd35c7b3051da62548976))
|
|
813
|
+
|
|
814
|
+
# 0.3.13
|
|
815
|
+
|
|
816
|
+
[2020-05-27]
|
|
817
|
+
|
|
818
|
+
### Features
|
|
819
|
+
|
|
820
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Enforcing commit message ([`50b0e9a`](https://github.com/goat-io/fluent/commit/50b0e9a737c25ab31b5be6b1c84e116251b60891))
|
|
821
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Git commit hook ([`e34c363`](https://github.com/goat-io/fluent/commit/e34c363d8aae251d84dea5fe10c95b7d4ff85dc2))
|
|
822
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Commit 5 ([`5bdc3e2`](https://github.com/goat-io/fluent/commit/5bdc3e2489e75fda9159265e38545798b5301a37))
|
|
823
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Pre commit ([`d6bd378`](https://github.com/goat-io/fluent/commit/d6bd378505dd879b912c033e843199286062c0ec))
|
|
824
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Enforce ([`0c0e1d8`](https://github.com/goat-io/fluent/commit/0c0e1d8e10012f3514908ee2c636bdc7415e93c2))
|
|
825
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Skip husky on release ([`71ca478`](https://github.com/goat-io/fluent/commit/71ca4783258527724ec0025d1bc102ca381626b2))
|
|
826
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add standard commit message to release ([`43c197a`](https://github.com/goat-io/fluent/commit/43c197af4b913217ca60643c49de947ae51de46a))
|
|
827
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Description ([`30262af`](https://github.com/goat-io/fluent/commit/30262af884ed510d4fe26e7b76ffeb043716a631))
|
|
828
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Commit test 3 ([`29219f3`](https://github.com/goat-io/fluent/commit/29219f38261982fd1a2b0be1a4943fc306619073))
|
|
829
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Commit test ([`02af0c2`](https://github.com/goat-io/fluent/commit/02af0c27a3e4b95684ac3ce781e84f2ecc464c59))
|
|
830
|
+
|
|
831
|
+
### Other Changes
|
|
832
|
+
|
|
833
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Enforcing commit message ([`50b0e9a`](https://github.com/goat-io/fluent/commit/50b0e9a737c25ab31b5be6b1c84e116251b60891))
|
|
834
|
+
- Release 0.3.13 ([`b962964`](https://github.com/goat-io/fluent/commit/b9629642e43b28c687f1a57effca977cef220622))
|
|
835
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Git commit hook ([`e34c363`](https://github.com/goat-io/fluent/commit/e34c363d8aae251d84dea5fe10c95b7d4ff85dc2))
|
|
836
|
+
- message ([`0b081ad`](https://github.com/goat-io/fluent/commit/0b081adcc5f12e83690e86a558724339b447bff7))
|
|
837
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Commit 5 ([`5bdc3e2`](https://github.com/goat-io/fluent/commit/5bdc3e2489e75fda9159265e38545798b5301a37))
|
|
838
|
+
- hello ([`40bedce`](https://github.com/goat-io/fluent/commit/40bedceeb4f3771ea3b6ecb0442bef06b50596bb))
|
|
839
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Pre commit ([`d6bd378`](https://github.com/goat-io/fluent/commit/d6bd378505dd879b912c033e843199286062c0ec))
|
|
840
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Enforce ([`0c0e1d8`](https://github.com/goat-io/fluent/commit/0c0e1d8e10012f3514908ee2c636bdc7415e93c2))
|
|
841
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Skip husky on release ([`71ca478`](https://github.com/goat-io/fluent/commit/71ca4783258527724ec0025d1bc102ca381626b2))
|
|
842
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Add standard commit message to release ([`43c197a`](https://github.com/goat-io/fluent/commit/43c197af4b913217ca60643c49de947ae51de46a))
|
|
843
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Description ([`30262af`](https://github.com/goat-io/fluent/commit/30262af884ed510d4fe26e7b76ffeb043716a631))
|
|
844
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Commit test 3 ([`29219f3`](https://github.com/goat-io/fluent/commit/29219f38261982fd1a2b0be1a4943fc306619073))
|
|
845
|
+
- feat: [FLUENT-1](https://goatlab.atlassian.net/browse//FLUENT-1) - Commit test ([`02af0c2`](https://github.com/goat-io/fluent/commit/02af0c27a3e4b95684ac3ce781e84f2ecc464c59))
|
|
846
|
+
|
|
847
|
+
# 0.3.12
|
|
848
|
+
|
|
849
|
+
[2020-05-26]
|
|
850
|
+
|
|
851
|
+
### Other Changes
|
|
852
|
+
|
|
853
|
+
- TypeOrm find and Controller Filter support ([`a0167eb`](https://github.com/goat-io/fluent/commit/a0167ebceafd2389b218cde09bca1b186a54ddb9))
|
|
854
|
+
- Release 0.3.12 ([`59c66b6`](https://github.com/goat-io/fluent/commit/59c66b68355a6bbf9380cbcd4dc549921228a7aa))
|
|
855
|
+
|
|
856
|
+
# 0.3.11
|
|
857
|
+
|
|
858
|
+
[2020-05-26]
|
|
859
|
+
|
|
860
|
+
### Other Changes
|
|
861
|
+
|
|
862
|
+
- Release 0.3.11 ([`32f4abb`](https://github.com/goat-io/fluent/commit/32f4abb3b0539dd36157148d930ad055cd3db385))
|
|
863
|
+
- adding detectOpenHandles ([`8e13651`](https://github.com/goat-io/fluent/commit/8e13651b0523b04e35b7704c4d8a61e95bcc4b46))
|
|
864
|
+
|
|
865
|
+
# 0.3.10
|
|
866
|
+
|
|
867
|
+
[2020-05-25]
|
|
868
|
+
|
|
869
|
+
### Other Changes
|
|
870
|
+
|
|
871
|
+
- basic NestJS support ([`d424996`](https://github.com/goat-io/fluent/commit/d424996d248a4d26908a51d53170eb27fc5504aa))
|
|
872
|
+
- TypeOrm connector tests ([`89a687c`](https://github.com/goat-io/fluent/commit/89a687cb014970120c96d6afaa74c61ba7619e0e))
|
|
873
|
+
- Including TypeOrm Fluent connector ([`55da46f`](https://github.com/goat-io/fluent/commit/55da46f47797ce9d927a43815f7141d1e42e6c75))
|
|
874
|
+
- testing sqlite ([`641e0c4`](https://github.com/goat-io/fluent/commit/641e0c41b88a6b8b560f37186e0f6ea8ecf631ba))
|
|
875
|
+
- integrating random commit changelog ([`baec206`](https://github.com/goat-io/fluent/commit/baec2060aeb3572dbb29153d93c8b944f33248c5))
|
|
876
|
+
- adding TypeOrm connector tests ([`0e01e59`](https://github.com/goat-io/fluent/commit/0e01e594b45b3b335f0ca4d671b18bbcf345c0f0))
|
|
877
|
+
- Release 0.3.10 ([`92b9be6`](https://github.com/goat-io/fluent/commit/92b9be6972a8ca054075a2424631687a1011bdd1))
|
|
878
|
+
- change connector name for loki ([`e87b9b1`](https://github.com/goat-io/fluent/commit/e87b9b1cff2227363f4c17030f07ca3da8749cb6))
|
|
879
|
+
- docs ([`10d720d`](https://github.com/goat-io/fluent/commit/10d720dcc4c627a5830a212d2100aa1248f81feb))
|
|
880
|
+
- Sqlite test remove db ([`83efdc2`](https://github.com/goat-io/fluent/commit/83efdc28ae1596476ea929036648ab5af2c979db))
|
|
881
|
+
- db ([`ce540e5`](https://github.com/goat-io/fluent/commit/ce540e5a66692d48bd563f51ef3fac9fb2a634f3))
|
|
882
|
+
- folder permissions ([`23329eb`](https://github.com/goat-io/fluent/commit/23329eb8ad3a0d4dc2ea1b78af662e703fb41788))
|
|
883
|
+
|
|
884
|
+
# 0.3.9
|
|
885
|
+
|
|
886
|
+
[2020-05-11]
|
|
887
|
+
|
|
888
|
+
### Other Changes
|
|
889
|
+
|
|
890
|
+
- [GOAT-1](https://goatlab.atlassian.net/browse//GOAT-1) - adding custom changelog ([`da8fc6f`](https://github.com/goat-io/fluent/commit/da8fc6ffb27eff9f43b08c39ee4b62fb9ff5061a))
|
|
891
|
+
- adding release docs ([`b588d38`](https://github.com/goat-io/fluent/commit/b588d38be2df82e79483926252b9aa79c7e793e3))
|
|
892
|
+
- Release 0.3.9 ([`a1612c2`](https://github.com/goat-io/fluent/commit/a1612c21675aea78dd1dd4cfea6cfdb6d0418e8c))
|
|
893
|
+
- release process docs ([`059e5cf`](https://github.com/goat-io/fluent/commit/059e5cf28d808c063ae092fbd998c5f2687c298a))
|
|
894
|
+
- adding continues deployment docs ([`bec0a65`](https://github.com/goat-io/fluent/commit/bec0a65670cee8e0142e5daa1129d77252843db1))
|
|
895
|
+
|
|
896
|
+
# 0.3.8
|
|
897
|
+
|
|
898
|
+
[2020-05-11]
|
|
899
|
+
|
|
900
|
+
### Other Changes
|
|
901
|
+
|
|
902
|
+
- Release 0.3.8 ([`f9b7180`](https://github.com/goat-io/fluent/commit/f9b718075563c267eb19de77fe9a300e61373a78))
|
|
903
|
+
- [GOAT-1](https://goatlab.atlassian.net/browse//GOAT-1) - parse id ([`2289000`](https://github.com/goat-io/fluent/commit/22890009a896dda91ad10f35af3c226686e843ac))
|
|
904
|
+
- [GOAT-1](https://goatlab.atlassian.net/browse//GOAT-1) - parse id ([`e5a92c1`](https://github.com/goat-io/fluent/commit/e5a92c1a59af60fa226bc5fa1a25b666494d3749))
|
|
905
|
+
|
|
906
|
+
# 0.3.6
|
|
907
|
+
|
|
908
|
+
[2020-05-11]
|
|
909
|
+
|
|
910
|
+
### Other Changes
|
|
911
|
+
|
|
912
|
+
- [GOAT-1](https://goatlab.atlassian.net/browse//GOAT-1) - add changelog integration ([`345240e`](https://github.com/goat-io/fluent/commit/345240eac0523391a39347fef68b4d5f876674a2))
|
|
913
|
+
- adding changelog ([`be84696`](https://github.com/goat-io/fluent/commit/be84696b918165a3a4f4b8b910c4d34271cf86a3))
|
|
914
|
+
- Release 0.3.6 ([`0d75da1`](https://github.com/goat-io/fluent/commit/0d75da1714f3625db7961258c38baca3991c2031))
|
|
915
|
+
|
|
916
|
+
# 0.3.5
|
|
917
|
+
|
|
918
|
+
[2020-05-11]
|
|
919
|
+
|
|
920
|
+
### Other Changes
|
|
921
|
+
|
|
922
|
+
- extract loki ([`c6851f2`](https://github.com/goat-io/fluent/commit/c6851f2316b15fabf9c5f7a62d411eeec414bbfa))
|
|
923
|
+
- changing to single repo ([`2ad10f9`](https://github.com/goat-io/fluent/commit/2ad10f9f2a8126b45356ee00ce41d4a987ac6a1b))
|
|
924
|
+
- fixing formiojs for local docker ([`3a362e5`](https://github.com/goat-io/fluent/commit/3a362e5271e87a483707d3a04f7b6a485c6918ae))
|
|
925
|
+
- Change Project Structure ([`64b2281`](https://github.com/goat-io/fluent/commit/64b2281bd0f737731f398733b0b7c5d01573f4aa))
|
|
926
|
+
- adding OrderBy support ([`3c7a689`](https://github.com/goat-io/fluent/commit/3c7a689486912f2a860aa996520f76f9759e560d))
|
|
927
|
+
- lenar ([`c8234d8`](https://github.com/goat-io/fluent/commit/c8234d879607f11aba17ae4dbe9662a951a7286b))
|
|
928
|
+
- comp ([`1bbcd7b`](https://github.com/goat-io/fluent/commit/1bbcd7bed188bf7224742e1e67998180ba545054))
|
|
929
|
+
- fixing tests ([`67c3496`](https://github.com/goat-io/fluent/commit/67c34963cf04d4427b772591186eaac1a77abf1c))
|
|
930
|
+
- build ([`afeae12`](https://github.com/goat-io/fluent/commit/afeae124809087275b07104d1269ab1f15ca957f))
|
|
931
|
+
- changing packages ([`da3b21c`](https://github.com/goat-io/fluent/commit/da3b21cd56ba339c40d119df0b31f76657407fbc))
|
|
932
|
+
- added registration for connectors in Fluent, switched fluent-loopback for new loopback url style ([`fbb75e9`](https://github.com/goat-io/fluent/commit/fbb75e9cedf4ed2c253ad3ef937da66d38e578ef))
|
|
933
|
+
- auth halfway done ([`b734e98`](https://github.com/goat-io/fluent/commit/b734e98228754bde37a1cdf6b62cac43b88f3622))
|
|
934
|
+
- compile ([`c07cf23`](https://github.com/goat-io/fluent/commit/c07cf233fc26a970af596854e18185b6012077fd))
|
|
935
|
+
- bump loopback formio ([`73fb8f8`](https://github.com/goat-io/fluent/commit/73fb8f87e33c0c70a82274dde2d9218d9179a408))
|
|
936
|
+
- react-native-web ([`f0357bd`](https://github.com/goat-io/fluent/commit/f0357bdfb27f6b39a5266ebbbe5ceb9f1f9537f6))
|
|
937
|
+
- setting as external dependency ([`1443a1c`](https://github.com/goat-io/fluent/commit/1443a1cf60efd6e0fbc31e626675210543fbe035))
|
|
938
|
+
- adding sort ([`9618d70`](https://github.com/goat-io/fluent/commit/9618d705e04a4f0b33223efe6bda69e935071ad5))
|
|
939
|
+
- merge with sockets ([`40f5601`](https://github.com/goat-io/fluent/commit/40f56012973a839692f9481f276df3bf3aa2e713))
|
|
940
|
+
- compiling ([`85ce141`](https://github.com/goat-io/fluent/commit/85ce14198ed3dd9e2b3a8b52c28056b2859dd4c9))
|
|
941
|
+
- Adding bash cli support ([`197bb29`](https://github.com/goat-io/fluent/commit/197bb29db7c694b79ad5675630ffe8ce2eef4d85))
|
|
942
|
+
- changed to ts ([`7b5eccd`](https://github.com/goat-io/fluent/commit/7b5eccd11a9da8888ecd604c56ef96cf669b4c78))
|
|
943
|
+
- build ([`9ef159b`](https://github.com/goat-io/fluent/commit/9ef159b208674010c48d1652f22219fed249c346))
|
|
944
|
+
- adding session management ([`0ba027e`](https://github.com/goat-io/fluent/commit/0ba027e1587821995156568fa4f4876c13ff741d))
|
|
945
|
+
- added sockets package ([`121ede2`](https://github.com/goat-io/fluent/commit/121ede284d996e90b2c7b711306f1905e5db5f28))
|
|
946
|
+
- fixed dependency react native ([`703a9d6`](https://github.com/goat-io/fluent/commit/703a9d6dc2eb6f96589a3c622ecd2b42fc603612))
|
|
947
|
+
- adding scheduler ([`442c081`](https://github.com/goat-io/fluent/commit/442c081a4b57fea44f53b090006eef14ed2249cf))
|
|
948
|
+
- yarn lock ([`48339be`](https://github.com/goat-io/fluent/commit/48339be3880fa5b4a49f46b6d2ad89793373230f))
|
|
949
|
+
- fix ([`05aa9d4`](https://github.com/goat-io/fluent/commit/05aa9d4a5bf1a85722f1193921e8cb03d6f27732))
|
|
950
|
+
- Form validation ([`d86b1a7`](https://github.com/goat-io/fluent/commit/d86b1a795f5c0dd0b91d767bca1823640f059f5e))
|
|
951
|
+
- removing lock ([`184a21c`](https://github.com/goat-io/fluent/commit/184a21c27d8b01cbd75947f08f231628ae085b51))
|
|
952
|
+
- added new methods for sockets ([`e151ede`](https://github.com/goat-io/fluent/commit/e151eded2958231583308b4a857cebfd7bd9bdef))
|
|
953
|
+
- updated version 1.1.7 ([`91979db`](https://github.com/goat-io/fluent/commit/91979db28ad8049c456593c4d43d7c9b8b8b2b69))
|
|
954
|
+
- adding tests ([`cadf9f7`](https://github.com/goat-io/fluent/commit/cadf9f746071e0c11a2dac2f7790deb4f0a3199e))
|
|
955
|
+
- common version ([`437a870`](https://github.com/goat-io/fluent/commit/437a87035d43aeca278e1973431cad841e17bbbb))
|
|
956
|
+
- fixed sockets ([`d7f4029`](https://github.com/goat-io/fluent/commit/d7f4029ed4c278ba84d9ca5f1e462ddc515f6d28))
|
|
957
|
+
- Adding TS support for Query Builders ([`9324184`](https://github.com/goat-io/fluent/commit/932418484894d848ec229ce3a03c2f6e443e0894))
|
|
958
|
+
- adding TS support for all connectors ([`c194b29`](https://github.com/goat-io/fluent/commit/c194b29894071bdc5c61b7df16a1ad10ffcf1fee))
|
|
959
|
+
- auth halfway done ([`724903a`](https://github.com/goat-io/fluent/commit/724903a0451d95dc115a559fe6c336776d455960))
|
|
960
|
+
- adding auto zip and skip formio tests ([`217e400`](https://github.com/goat-io/fluent/commit/217e400b1e2a7e654f6a1f3ed3e42afc2ef7e2a6))
|
|
961
|
+
- new typesafe attribute def ([`2430ac7`](https://github.com/goat-io/fluent/commit/2430ac71c332452bd6ce3a2c69c23196457abed6))
|
|
962
|
+
- removed pusher from goaths ([`3079004`](https://github.com/goat-io/fluent/commit/307900463649a59ee5a6fdbfadb896605503fe7c))
|
|
963
|
+
- fixing translations with local config ([`2f4e4c5`](https://github.com/goat-io/fluent/commit/2f4e4c5d0d46a0ccb20a01c38b29a82c28dc939f))
|
|
964
|
+
- test full typescript support (no stamps) ([`5459c54`](https://github.com/goat-io/fluent/commit/5459c54cf550045bad1221a960370328c71530ad))
|
|
965
|
+
- formatting ([`43645a2`](https://github.com/goat-io/fluent/commit/43645a24232cb876735c2ceda70ef6d836fd231c))
|
|
966
|
+
- fixing empty form generation ([`0293981`](https://github.com/goat-io/fluent/commit/0293981419a8b4092b909a8325d2c1dac3e4feaf))
|
|
967
|
+
- removing azure storage ([`87dcb4a`](https://github.com/goat-io/fluent/commit/87dcb4a4b1abd8b3c82291addedcd93903ffc6e3))
|
|
968
|
+
- finished sockets ([`93c5891`](https://github.com/goat-io/fluent/commit/93c58919739118e6a8ccde4bdef78797cb18a88c))
|
|
969
|
+
- adding release it and autoversion ([`3d1d28c`](https://github.com/goat-io/fluent/commit/3d1d28c54371bd195d6e06468a03e730668c0a66))
|
|
970
|
+
- adding Typesafe Collections ([`4b15449`](https://github.com/goat-io/fluent/commit/4b15449d0f06fe9d538df9cb974b2098010c8072))
|
|
971
|
+
- Auto-changelog update ([`55ca813`](https://github.com/goat-io/fluent/commit/55ca8133c63c3d2751b736b8263edca1fc8924c3))
|
|
972
|
+
- adding type safe to Form.io ([`1e51f7e`](https://github.com/goat-io/fluent/commit/1e51f7e1000eaacc37b217e6b7b5ffa1313c91c6))
|
|
973
|
+
- updating python image requirements ([`482f60e`](https://github.com/goat-io/fluent/commit/482f60e573d5a9650d49a693a99c4ea676e5550b))
|
|
974
|
+
- Changing Strategy Adapter ([`7e10483`](https://github.com/goat-io/fluent/commit/7e10483aa356ea790d7b365d90760851b8b8b6bd))
|
|
975
|
+
- Delete ChangeLog.ts ([`a7b6194`](https://github.com/goat-io/fluent/commit/a7b6194cd3c6067776af076544b2249f59469d70))
|
|
976
|
+
- casing ([`fd14f0f`](https://github.com/goat-io/fluent/commit/fd14f0f9276078e8492e28a224552dfee0b5fb3d))
|
|
977
|
+
- remove pusher connector ([`e3fe10b`](https://github.com/goat-io/fluent/commit/e3fe10b3761ed4fd9d68a4bb0914e1be68600c82))
|
|
978
|
+
- local merge ([`6871d9b`](https://github.com/goat-io/fluent/commit/6871d9b9c14efe1aef530d275b6ca68f0f45a48a))
|
|
979
|
+
- fix event ([`5996e72`](https://github.com/goat-io/fluent/commit/5996e7265c0fefe965e37ab691fc19f6df9610d3))
|
|
980
|
+
- cached workflow ([`b7abd70`](https://github.com/goat-io/fluent/commit/b7abd70ee121c00a865857fa7eeff13ab052eeaf))
|
|
981
|
+
- final version ([`3ca3f8f`](https://github.com/goat-io/fluent/commit/3ca3f8ffd3971f2c9bc0a84de5e7c6feb5436d67))
|
|
982
|
+
- fixed linting ([`2e836de`](https://github.com/goat-io/fluent/commit/2e836de81939bc80138e76adaeb154ca01997436))
|
|
983
|
+
- fix build ([`4f91486`](https://github.com/goat-io/fluent/commit/4f91486610b7b54ffda584a20ccb25365a2872a5))
|
|
984
|
+
- adding contributors ([`bb9bfbd`](https://github.com/goat-io/fluent/commit/bb9bfbd8bb300a2d1d30a181933f02bf4a674e68))
|
|
985
|
+
- update dependencies ([`f96b934`](https://github.com/goat-io/fluent/commit/f96b934038669cc80dc1914331fa23ace500b430))
|
|
986
|
+
- adding release it ([`6a1ca45`](https://github.com/goat-io/fluent/commit/6a1ca454385f7a08ddf9a9fe610620c28304cc93))
|
|
987
|
+
- execute should run with 1 param ([`485365a`](https://github.com/goat-io/fluent/commit/485365a322470c4f7f52d4ae24d44721a0b55551))
|
|
988
|
+
- fix lint ([`997cd23`](https://github.com/goat-io/fluent/commit/997cd23b0ca6d42ebb73dc34803289f5e9aa5a31))
|
|
989
|
+
- fixing dayjs ([`70f5b20`](https://github.com/goat-io/fluent/commit/70f5b20b1c16c510ab0e192fc3aaca84713b0a76))
|
|
990
|
+
- package public ([`6c77cec`](https://github.com/goat-io/fluent/commit/6c77cec0f8307c91e9fcf7749304cf296ba83a0f))
|
|
991
|
+
- Publish to NPM ([`aaf6d01`](https://github.com/goat-io/fluent/commit/aaf6d0106e64a643c1700a1040444b52d50197c8))
|
|
992
|
+
- changin git workflow ([`e7903cd`](https://github.com/goat-io/fluent/commit/e7903cd0376a31bdee8e53e178b2cba7455f3291))
|
|
993
|
+
- adding docs ([`4208047`](https://github.com/goat-io/fluent/commit/4208047e397212f92efdb05db305296a478df5e0))
|
|
994
|
+
- changes in fluent formio ([`e91782d`](https://github.com/goat-io/fluent/commit/e91782dd92dede8c26cb48941f5fb8f7d82fe8b6))
|
|
995
|
+
- 2 workflows on 1 file ([`6696817`](https://github.com/goat-io/fluent/commit/6696817218e8cf68a96e89fa4ecb4efe1b59b358))
|
|
996
|
+
- change workflow name ([`4e5343f`](https://github.com/goat-io/fluent/commit/4e5343fbee6ab1ff539ea547e372025a52eccd73))
|
|
997
|
+
- CI ([`0f40f70`](https://github.com/goat-io/fluent/commit/0f40f70a6d491bd3c5bcc30bd982e17450c0fad2))
|
|
998
|
+
- CD to NPM ([`1e24993`](https://github.com/goat-io/fluent/commit/1e2499360f96df03044a3ba7bed293c0cbc4b0b2))
|
|
999
|
+
- updating build ([`6b9a94b`](https://github.com/goat-io/fluent/commit/6b9a94bd8b5af16a33d51789d65d73c517e0a755))
|
|
1000
|
+
- adding sockets ([`b72d2b3`](https://github.com/goat-io/fluent/commit/b72d2b358ef130cc78848ed9bb374c018a42c9ee))
|
|
1001
|
+
- remove previous connectors ([`90c0552`](https://github.com/goat-io/fluent/commit/90c05529f5084451e7743698b9a054fef72dc17d))
|
|
1002
|
+
- Publish ([`143a63c`](https://github.com/goat-io/fluent/commit/143a63c3c23a55d09c2c25f547ba6a293bbbe6b9))
|
|
1003
|
+
- Publish ([`5b180eb`](https://github.com/goat-io/fluent/commit/5b180eb993bd99d1bdcf97f8f263c2379f53271a))
|
|
1004
|
+
- Publish ([`d4f71dd`](https://github.com/goat-io/fluent/commit/d4f71dd3ce32878bf4692ace66dec1d68b639a02))
|
|
1005
|
+
- Publish ([`dab6ddf`](https://github.com/goat-io/fluent/commit/dab6ddf9b1d7edee1e2684a09d20f94244858437))
|
|
1006
|
+
- Publish ([`353a330`](https://github.com/goat-io/fluent/commit/353a33052f27375d6cfcc5fa794ece7924b36c23))
|
|
1007
|
+
- adding initial docs ([`de00c81`](https://github.com/goat-io/fluent/commit/de00c81438574c985a84b2a8fb01a3e8413823ec))
|
|
1008
|
+
- adding initial docs ([`2ce82c6`](https://github.com/goat-io/fluent/commit/2ce82c6c03a5ac3a9716db1eacb32ca693dbe752))
|
|
1009
|
+
- f ([`00e9c67`](https://github.com/goat-io/fluent/commit/00e9c679fca2200bccbad262fafeab64fac72aac))
|
|
1010
|
+
- setting as public ([`0106dfd`](https://github.com/goat-io/fluent/commit/0106dfdf7f73baf3880e21104347ae9a1cd5858a))
|
|
1011
|
+
- Release 0.3.3 ([`88bcefb`](https://github.com/goat-io/fluent/commit/88bcefb2bd5d1816059345a8dcb71a2ed25e7878))
|
|
1012
|
+
- changing npm release steps ([`7e1d72a`](https://github.com/goat-io/fluent/commit/7e1d72a1c05f664f05c570f7aebeda3f5415c132))
|
|
1013
|
+
- Release 0.3.4 ([`9f51229`](https://github.com/goat-io/fluent/commit/9f5122996d036908a2968ddccd0ebaf04defccd8))
|
|
1014
|
+
- adding pre release steps ([`321e07d`](https://github.com/goat-io/fluent/commit/321e07d89baec3a29f9a243e929334da3143f14b))
|
|
1015
|
+
- adding tests ([`6c7ea3b`](https://github.com/goat-io/fluent/commit/6c7ea3bc14f6b8e19a4f3818f28abc83cbfab55e))
|
|
1016
|
+
- Update Readme.md ([`216355d`](https://github.com/goat-io/fluent/commit/216355d80b70bd088d2112d9775a56a9e025b597))
|
|
1017
|
+
- version ([`403959b`](https://github.com/goat-io/fluent/commit/403959baa30801fa6ba2fd6bd6842d5edab9d482))
|
|
1018
|
+
- adding changelog ([`deb2d71`](https://github.com/goat-io/fluent/commit/deb2d71c25a68464c1ad71b47ae781aab30b6c4d))
|
|
1019
|
+
- Improve auto changelog tracking ([`19c785f`](https://github.com/goat-io/fluent/commit/19c785f12b750ace272f9534af80fd524f59814a))
|
|
1020
|
+
- Changelog update ([`f2e5be6`](https://github.com/goat-io/fluent/commit/f2e5be623dae162287f9195b02779cd934d1e220))
|
|
1021
|
+
- downgrade changelog auto management ([`00d52d2`](https://github.com/goat-io/fluent/commit/00d52d2e1cbf1e6753832b5d5498ddff01c4c12f))
|
|
1022
|
+
- fixing build ([`89f6c06`](https://github.com/goat-io/fluent/commit/89f6c0648c1b56fb3885573a112debc8c98052c7))
|
|
1023
|
+
- remove forced changelog ([`568007f`](https://github.com/goat-io/fluent/commit/568007f3ee4db01915f1108313186526650b8644))
|
|
1024
|
+
- limit action only to master ([`c0a6176`](https://github.com/goat-io/fluent/commit/c0a6176e219822d5c13cebb9a93c40290b8590db))
|
|
1025
|
+
- Update Readme.md ([`ce0512b`](https://github.com/goat-io/fluent/commit/ce0512b0bd24f0ccdd3e8511c035331878f384ee))
|
|
1026
|
+
- Publish ([`f1763dd`](https://github.com/goat-io/fluent/commit/f1763dd4fa76b81ed066cd47978693481ae3788f))
|
|
1027
|
+
- Publish ([`392d744`](https://github.com/goat-io/fluent/commit/392d7442552d03f388fdde2e2aebba44447fa3e8))
|
|
1028
|
+
- packages ([`7fee71d`](https://github.com/goat-io/fluent/commit/7fee71d55c22b87cc8943697efaca215022fd6f7))
|
|
1029
|
+
- b ([`7b2f9b0`](https://github.com/goat-io/fluent/commit/7b2f9b04c291c5fa3c66076bd07813f6cc9292a6))
|
|
1030
|
+
- fixing conflicts ([`b8deeb8`](https://github.com/goat-io/fluent/commit/b8deeb84ac322047fbc85829f7a2096a08ed26c6))
|
|
1031
|
+
- merge ([`5ea34d5`](https://github.com/goat-io/fluent/commit/5ea34d57cf404e258c3a100990113a9225013479))
|
|
1032
|
+
- Publish ([`725fcd4`](https://github.com/goat-io/fluent/commit/725fcd4851fc0130be7f7d002477f4911e7bf6f6))
|
|
1033
|
+
- remove .env ([`d4f5648`](https://github.com/goat-io/fluent/commit/d4f56486c628d20cbea8481c71c30768ef4371fb))
|
|
1034
|
+
- npm cache ([`4b90ad0`](https://github.com/goat-io/fluent/commit/4b90ad03577c755da90faddc6d615a7f77c57060))
|
|
1035
|
+
- first cached test ([`8554712`](https://github.com/goat-io/fluent/commit/85547125bc9733d41af4f982c40d22fe764357f5))
|
|
1036
|
+
- token for each step ([`66d09f1`](https://github.com/goat-io/fluent/commit/66d09f1dad0e74674fdc4501a01334965c6ed113))
|
|
1037
|
+
- Release 0.3.5 ([`3228e4c`](https://github.com/goat-io/fluent/commit/3228e4c0e9738e2515f874b542e204cd0b3080f7))
|
|
1038
|
+
- Release 0.3.2 ([`dd7d8c8`](https://github.com/goat-io/fluent/commit/dd7d8c8a5660aacb917a98a71e484d284b64c048))
|
|
1039
|
+
- Release 0.3.1 ([`635b84d`](https://github.com/goat-io/fluent/commit/635b84d75300818a396540b3e834baf30bf998d4))
|
|
1040
|
+
- change before hooks ([`3a5e49d`](https://github.com/goat-io/fluent/commit/3a5e49dead2eff42ec9b91b4ec53b4bdf790f681))
|
|
1041
|
+
- Release 0.3.0 ([`f9c9da0`](https://github.com/goat-io/fluent/commit/f9c9da04890cd5591a21804359df3d3e3a27e8e9))
|
|
1042
|
+
- Release 0.2.23 ([`557a2b5`](https://github.com/goat-io/fluent/commit/557a2b58dd85c77bf2b1fd749716f0c56245760a))
|
|
1043
|
+
- Release 0.2.22 ([`ef1d4d5`](https://github.com/goat-io/fluent/commit/ef1d4d5f7a6dcd8c80177ccabc48aa7e4a8bf517))
|
|
1044
|
+
- Release 0.2.21 ([`eb9e367`](https://github.com/goat-io/fluent/commit/eb9e36780faf7ad59873f66f183a6d47be5c99c3))
|
|
1045
|
+
- Release 0.2.20 ([`0f528ad`](https://github.com/goat-io/fluent/commit/0f528ad82f573d456c179c23cacb16235c80bdc3))
|
|
1046
|
+
- fixing form validation ([`e6f47df`](https://github.com/goat-io/fluent/commit/e6f47df07ff1067c6879c63b9684c615d6229256))
|
|
1047
|
+
- version up ([`ad5c2bf`](https://github.com/goat-io/fluent/commit/ad5c2bfd2019bf7377824c7a5fb0c25e63a87076))
|
|
1048
|
+
- add docs ([`624d838`](https://github.com/goat-io/fluent/commit/624d83883a44076961c743d885e910da987c2402))
|
|
1049
|
+
- adding husky ([`ca951fe`](https://github.com/goat-io/fluent/commit/ca951fe76b55a98b1759fb1a203c994d7f08f9ef))
|
|
1050
|
+
- put npmrc on CI ([`df6e07d`](https://github.com/goat-io/fluent/commit/df6e07d5d5f7686c434c5c6d801234cb736b892b))
|
|
1051
|
+
- updated alpha version ([`934c47c`](https://github.com/goat-io/fluent/commit/934c47c675377e01495256e7e0f208fa6d23cbdd))
|
|
1052
|
+
- package script order ([`11c4d09`](https://github.com/goat-io/fluent/commit/11c4d0905cfcdbeff0373ba74dbd9bce356fc964))
|
|
1053
|
+
- force minor ([`bed6706`](https://github.com/goat-io/fluent/commit/bed67065c2238f999bb4674ca2ab37bd256260a4))
|
|
1054
|
+
- Update changeLog.spec.ts ([`2ac9c44`](https://github.com/goat-io/fluent/commit/2ac9c44760c547a3885771333375d23a81c45ffd))
|
|
1055
|
+
- fixing tests ([`14f8974`](https://github.com/goat-io/fluent/commit/14f8974af57bf340bd12bb369cbff71ad4bb0b32))
|
|
1056
|
+
- version up ([`6c126b9`](https://github.com/goat-io/fluent/commit/6c126b90d062f6be411cea238ac4b32741405b5c))
|
|
1057
|
+
- Update Readme.md ([`17616b1`](https://github.com/goat-io/fluent/commit/17616b1deace92b0f258a06df9c7208ecedf9f47))
|
|
1058
|
+
- adding pull from cache ([`28ba4aa`](https://github.com/goat-io/fluent/commit/28ba4aae77cdbc1dd81f3e5ecf65678869dd183d))
|
|
1059
|
+
- npm token ([`035ba56`](https://github.com/goat-io/fluent/commit/035ba56efb5623a41aa05d693bbe79bd93143185))
|
|
1060
|
+
- npm token ([`4998344`](https://github.com/goat-io/fluent/commit/4998344a2538fe81987955f0ce0c1f999e364417))
|
|
1061
|
+
- vUp cached workflow ([`7f99da6`](https://github.com/goat-io/fluent/commit/7f99da6dfadea0ac9d98ae09ea7f71aa9b91c839))
|
|
1062
|
+
- version up ([`62dd7f0`](https://github.com/goat-io/fluent/commit/62dd7f014ed62daa4fed1e64011977dc0b08e55a))
|
|
1063
|
+
- changelog ([`82c929d`](https://github.com/goat-io/fluent/commit/82c929db2af4b236176929599eff3ce4572c27fd))
|
|
1064
|
+
- bump up version ([`331d320`](https://github.com/goat-io/fluent/commit/331d320f154e1dd7d323632508208fcd3f68d8fd))
|
|
1065
|
+
- version up ([`03c6c14`](https://github.com/goat-io/fluent/commit/03c6c146feb67f34d2a07627f91446424b58e316))
|
|
1066
|
+
- updated version ([`a822e2f`](https://github.com/goat-io/fluent/commit/a822e2feae42cf51e5f1be72aad40c9530195868))
|
|
1067
|
+
- com ([`004ed46`](https://github.com/goat-io/fluent/commit/004ed46c8ccfe7d28bed634fd38eb8691cf5604e))
|
|
1068
|
+
- remove after:bump hook ([`8624144`](https://github.com/goat-io/fluent/commit/86241449b681dff8c6b8ea6d1b1a6d8227de7404))
|
|
1069
|
+
- adding .DS_Store to ignore ([`1d0e554`](https://github.com/goat-io/fluent/commit/1d0e5547149c75713f666a3a33e7dd2670dc4e1d))
|
|
1070
|
+
- remove .DS_Store ([`ade9744`](https://github.com/goat-io/fluent/commit/ade9744d922bbd5e559c6fe9fd3d709f84932d9c))
|
|
1071
|
+
- remove publish from npm scripts ([`6d56d99`](https://github.com/goat-io/fluent/commit/6d56d9923458dadf5ad6d7069e99e6de01cad54b))
|
|
1072
|
+
- remove mongo binaries ([`6b4329b`](https://github.com/goat-io/fluent/commit/6b4329b7a503904866dda18b8ffb48bbab3c7577))
|