···11+---
22+"@hey-api/shared": patch
33+---
44+55+**config**: `includeInEntry` accepts function in addition to primitive value
+9
.changeset/itchy-beds-start.md
···11+---
22+"@hey-api/codegen-core": minor
33+---
44+55+**BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function
66+77+### Updated Symbol interface
88+99+The `exportFrom` property has been replaced with the `getExportFromFilePath()` function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.
···11# @hey-api/codegen-core
2233-## 0.7.0
44-55-### Minor Changes
66-77-- **BREAKING:** **symbol**: replace `exportFrom` array with `getExportFromFilePath()` function ([#3318](https://github.com/hey-api/openapi-ts/pull/3318)) ([`fefa70e`](https://github.com/hey-api/openapi-ts/commit/fefa70e6810a539607441535289e98c69a604c0d)) by [@mrlubos](https://github.com/mrlubos)
88-99-### Updated Symbol interface
1010-1111-The `exportFrom` property has been replaced with the `getExportFromFilePath()` function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.
1212-133## 0.6.1
144155### Patch Changes