ChangeLog 1007 B

123456789101112131415161718192021222324252627282930313233
  1. 2009-06-14 Robert Jordan <[email protected]>
  2. * ScriptHandlerFactory.cs: handle precompiled web services.
  3. 2009-04-07 Gonzalo Paniagua Javier <[email protected]>
  4. * ClientProxyHandler.cs: set cacheability to public.
  5. 2009-04-03 Marek Habersack <[email protected]>
  6. * LogicalTypeInfo.cs: don't throw NREX when the passed type
  7. doesn't have a parameterless constructor in
  8. ShouldGenerateScript. Fixes bug #485435
  9. 2009-01-26 Marek Habersack <[email protected]>
  10. * ClientProxyHandler.cs: before generating the proxy check if the
  11. service type is decorated with the [ScriptService] custom
  12. attribute. Only such service types can be called from client
  13. JavaScript.
  14. 2008-09-23 Marek Habersack <[email protected]>
  15. * LogicalTypeInfo.cs: do not use
  16. LazyDictionary as enum serializer anymore.
  17. * ProfileService.cs: do not use
  18. LazyDictionary as ProfileService serializer anymore.
  19. * RestHandler.cs: do not use
  20. LazyDictionary as the Exception or NameValueCollection serializer
  21. anymore.