Skip to content

Latest commit

 

History

History
402 lines (306 loc) · 17.9 KB

CHANGELOG.md

File metadata and controls

402 lines (306 loc) · 17.9 KB

Change Log

v0.33.23

  • #319 Extract package bugfix

v0.33.22

  • #317 Client dynamic hrefs

v0.33.21

  • #316 Migrate tar.gz to targz

v0.33.20

  • #315 aws-sdk upgrade

v0.33.19

  • #314 Revert async upgrade + timeout wrapping

v0.33.18

  • #313 Recursively look for oc.json, starting from componentsDir

v0.33.17

  • #312 Options bugfix

v0.33.16

  • #311 Refactoring, cleanup, test coverage

v0.33.15

  • #310 Upgrade async + wrap s3 calls to timeout

v0.33.14

  • #309 Default value for optional parameters
  • #308 Fixed tags order in changelog

v0.33.13

  • #305 Switch to setTimeout for polling mechanism
  • #306 Default Loading... to blank

v0.33.12

  • #303 Client#renderComponents accepts global parameters

v0.33.11

  • #302 Added name and reqest version to each response

v0.33.10

  • #301 Oc client jadeless

v0.33.9

  • #294 Upgrade npm dependency

v0.33.8

  • #293 Ui improvements

v0.33.7

  • #291 Client errors
  • #290 Update minimal-request@2.1.1
  • #288 oc-client warmup improvements

v0.33.6

  • #289 Upgrade dependency

v0.33.5

v0.33.4

  • #286 Hot reload
  • #285 npm install and dep resolvement needs to happen in the same dir
  • #269 Removing the loading... indicator when we have an error

v0.33.3

  • #278 Container client override
  • #279 Update safari configs
  • #280 Respect dependency versions for components

v0.33.2

  • #274 Revert tar.gz upgrade

v0.33.1

  • #270 server-side nested rendering

v0.33.0

  • #265 [careful + breaking change] Removed Handlebars 3 support

v0.32.6

  • #268 Strict shrinkwrapping
  • #264 Docs cleanup

v0.32.5

v0.32.4

  • #263 oc-client publish fix

v0.32.3

  • #257 Publish requirements
  • #259 Upgrade more deps

v0.32.2

  • #261 Client rendering fix

v0.32.1

v0.32.0

  • #243 [careful] handlebars 3+4

v0.31.2

  • #258 added support for serving svg

v0.31.1

  • #256 More dependencies upgrade

v0.31.0

  • #254 Dependencies upgrade
  • #255 Renamed src to public
  • #253 Updated instructions of how to add static resource to the file

v0.30.9

  • #251 check is dir with lstatSync

v0.30.8

  • #248 Amd Support for client-side library
  • #244 Docs updated

v0.30.7

  • #245 Cache jade view (for web interface)
  • #246 Upgraded some dependencies

v0.30.6

  • #242 Upgrade npm
  • #241 adds dependencies badge in readme
  • #240 add some basic example components
  • #239 Update README

v0.30.5

  • #238 Logo path fixed in web interface

v0.30.4

  • #236 Refactoring tasks code
  • #237 Upgrade and fix jshinting

v0.30.3

  • #235 Moved things around

v0.30.2

  • #232 Upgrade async

v0.30.1

  • #230 Fixed Changelog generator task

v0.30.0

  • #229 Empty string should be a valid string parameter

v0.29.3

  • #227 Omit href
  • #228 Global params on POST request

v0.29.2

  • #222 Compress inlined js and css inside jade views

v0.29.1

  • #221 Removed ace editor + added Accept-Language box

v0.29.0

v0.28.9

  • #214 S3 validation
  • #216 Looks good; tested

v0.28.8

  • #215 mock bugfix for when a value is not a string

v0.28.7

  • #213 [Docs] description of oc.renderInfo param
  • #212 Changelog using git history instead of github api

v0.28.6

  • #211 Forward request headers to component

v0.28.5

  • #208 When data is undefined, registry should 500
  • #209 Exit 1 in case of CLI error

v0.28.4

  • #204 add "getRepositoryUrl" in order to support repository package.json property as object
  • #206 Fix travis forks PRs

v0.28.3

  • #203 Fix githubChanges task name
  • #199 Changelog

v0.28.2

  • #201 Added license on minified oc-client.min.js

v0.28.1

  • #200 Have optional callbacks in CLI functions

v0.28.0

  • #198 More details on errors
  • #197 Return null when there's no error in renderComponents

v0.27.9

  • #195 Warmup on client.init

v0.27.8

  • #196 Adding user-agent to node oc-client

v0.27.7

  • #194 Cleanup on client

v0.27.6

  • #193 Dev has optional callback in order to be used by grunt-oc
  • #192 Less docs, more links

v0.27.5

  • #190 Publish error

v0.27.4

  • #189 Safe colors in order to avoid extending object and better testing

v0.27.1

  • #187 Moved the request util to its own module

v0.27.0

  • #186 Preserve language when doing client-side failover

v0.26.2

  • #182 Node.js client post and various improvements

v0.26.1

  • #184 Allow oc dev to be hosted

v0.26.0

  • #178 node.js client should accept serverRendering and clientRendering endpoints instead of generic array (breaking change)

v0.25.0

  • #179 Oc client cleanup and improvements

v0.24.1

  • #180 update the dependencies

v0.24.0

  • #177 Npm ignore to avoid publishing unuseful stuff

v0.23.7

  • #173 Ownership of $$$

v0.23.6

  • #172 Avoid client to be multiple times inside the page

v0.23.5

  • #171 Without cleaning up the namespace

v0.23.4

  • #170 jQuery in no conflict mode

v0.23.3

  • #169 pre-rendered modality is deprecated

v0.23.2

  • #168 Update dependencies
  • #167 Sauce browsers updated + dev dependency updated

v0.23.1

  • #166 Bugfix and docs

v0.23.0

  • #165 Making the POST response API return status and response for each comp…

v0.22.3

  • #164 New component-retrieved event

v0.22.2

  • #163 POST route for allowing batch request
  • #160 travis run tests with node 5 as well

v0.22.1

  • #159 should have an explicit dep on phantom

v0.22.0

  • #157 Server/Client-side render info
  • #156 House keeping

v0.21.0

  • #155 Removing info, ls, link, unlink

v0.20.5

  • #153 js.gz + css.gz handling

v0.20.4

  • #148 only remove the package once published to all registries

v0.20.3

  • #152 woopsy, I broke oc dev

v0.20.2

  • #151 Run karma tests by default

v0.20.1

  • #144 Oc client limited retries

v0.20.0

  • #141 allow plugins to depend on one another (breaking change)

v0.19.5

  • #147 Refactor cli/domain/local

v0.19.4

  • #145 oc dev fix (ie 8+)

v0.19.3

  • #143 Fix cli crash when oc dev reads a broken package.json

v0.19.1

  • #140 Hacking on travis

v0.19.0

  • #139 prerendered -> unrendered
  • #134 Added tagging when upgrading version
  • #133 Empty component fix
  • #132 have to actually call registry.register for the plugins
  • #131 Mock plugins tests
  • #130 add support for dynamic plugin mocks
  • #125 Prevent infinite loops
  • #127 Node version validation
  • #126 Client performance optimisations, readme, and cleanup
  • #123 don't set reqinfo on this
  • #122 Don't play with SauceLabs - downgrading all the stuff
  • #120 first go at an interface for auth plugins
  • #117 Some clean-up
  • #116 if creds are specified on the opts object, don't prompt for them
  • #113 Added preventing old oc versions to publish
  • #112 Added 'Updated' date field in web interface (#110)
  • #108 Little improvements
  • #105 Preview refactoring
  • #102 Hacking on web interface
  • #103 publish step has an optional callback
  • #104 pass options to registry to override at runtime
  • #101 Adding some tests and refactoring server.js packaging
  • #100 Execution timeout
  • #99 Static subfolders packaging bugfix
  • #98 Component execution error - more details and bugfix
  • #97 Separating local dependencies and checking tab size
  • #91 Adding 'troubleshooting' section
  • #96 Fixed the oc.build functionality for client-side ie8 execution
  • #94 Support minifying ie8 compatible css files
  • #81 Html components discovery #73
  • #88 err message and stack are stored in getters which don't get resolved.…
  • #86 Don't Watch Vim Swap Files
  • #85 Ruby gems links
  • #83 Auto cli docs
  • #82 Zero number bugfix
  • #80 Correct hashKey spelling
  • #68 Registry Plugins
  • #79 Add a Gitter chat badge to README.md
  • #77 allow jade to render partials
  • #76 Sauce labs stabilization
  • #75 Autocomplete experiment
  • #74 specify registry
  • #67 Refactoring, cleanup
  • #66 README update
  • #65 server.js' req -> context
  • #64 Upgrading dependencies
  • #63 Fix etag
  • #60 Auto install modules
  • #58 ignore failures in dev server when loading modules
  • #59 Async refactoring
  • #52 publish to all the registries listed in oc.json
  • #57 Some tests in support of json require functionality
  • #56 Enabling json local requires
  • #55 Sauce labs hacking
  • #54 Minify automagically component's static resources when publishing
  • #53 Windows publish
  • #50 Added oc.build functionality and tests
  • #47 Testing
  • #24 Docs Part I
  • #46 Added preview functionality
  • #45 karma
  • #44 Added the container options on package to avoid container to be shown on...
  • #43 Registry on refactoring
  • #42 Cleanup
  • #41 registry cache optimisations
  • #40 Cleanup
  • #39 S3 fix
  • #37 Pre-rendered header -> accept application/vnd.oc.prerendered+json
  • #35 Console log
  • #32 Nodejs client
  • #31 Div rendering
  • #29 added command line parameter for template type
  • #28 throwing exception when registry is initialised with invalid conf #25
  • #22 Ie 9-10 client-side rendering
  • #21 Registry events
  • #20 Added onRequest functionality on config + improved routing
  • #18 Publish basic auth
  • #14 0.3.2
  • #11 Oc version fix
  • #10 added oc version to component package
  • #4 Some fixes
  • #3 Client componentisation
  • #2 Update README.md
  • #1 Readme